On Fri, Nov 15, 2024 at 03:01:54PM -0500, Brian Foster wrote: > In preparation for special handling of subranges, lift the zeroed > mapping logic from the iterator into the caller. Since this puts the > pagecache dirty check and flushing in the same place, streamline the > comments a bit as well. > > Signed-off-by: Brian Foster <bfoster@xxxxxxxxxx> > Reviewed-by: Darrick J. Wong <djwong@xxxxxxxxxx> I don't want to block this improvement on stylistic things, but I still don't like moving more code than the function invocation into the iter body. I hope you're okay with me undoing that sooner or later.