On Wed, Feb 19, 2020 at 05:43:43PM -0800, Darrick J. Wong wrote: > From: Darrick J. Wong <darrick.wong@xxxxxxxxxx> > > Use the new uncached buffer functions to manage buffers instead of > open-coding the logic. > > Signed-off-by: Darrick J. Wong <darrick.wong@xxxxxxxxxx> Isn't xfs_log_recover.c supposed to be partially shared with the kernel? I guess I need to port over my changes to the buffer handling there, which would mean implementing xfs_rw_bdev using preadv/pwritev.