On Fri, Apr 18, 2025 at 08:58:04AM -0700, Darrick J. Wong wrote: > From: Darrick J. Wong <djwong@xxxxxxxxxx> > > XFS has its own buffer cache for metadata that uses submit_bio, which > means that it no longer uses the block device pagecache for anything. > Create a more lightweight helper that runs the blocksize checks and > flushes dirty data and use that instead. No more truncating the > pagecache because why would XFS care? > > Signed-off-by: "Darrick J. Wong" <djwong@xxxxxxxxxx> Reviewed-by: Luis Chamberlain <mcgrof@xxxxxxxxxx> Luis