On Fri, May 19, 2023 at 08:37:01PM +0530, Ritesh Harjani wrote: > We ended up modifying the APIs in v5. The idea on v4 was we will keep > iop_set_range() function which will be same for both uptodate and dirty. > The caller can pass start_blk depending upon whether we dirty/uptodate > needs to be marked. > But I guess with the API changes, we don't need this low level helpers > anymore. So If no one has any objection, I can kill this one liners. Yes, the actually uptodate/dirty helper isolate the caller from the API. We don't really need another tiny wrapper here.