On Mon, Aug 12, 2024 at 03:38:36PM -0700, Darrick J. Wong wrote: > Hence change both buffer dirtying functions to set UPTODATE, since a > dirty buffer is by definition at least as recent as whatever's on disk. This also matches what the kernel does in xfs_trans_dirty_buf ( except that it weirdly spells the uptodate flag done..) and other page / buffer caches: Reviewed-by: Christoph Hellwig <hch@xxxxxx>