On Tue, Nov 28, 2023 at 09:07:34AM -0800, Darrick J. Wong wrote: > > so I guess we'll need to go with the approach in this patch for now, > > maybe with a better commit log, and I'll look into finishing this work > > some time in the future. > > <nod> I think an xarray version of this would be less clunky than > xfs_delwri_buf with three pointers. It would, but xarray indices are unsigned longs, so we couldn't simply use the block number for it. So unless we decided to give up on building XFS on 32-bit kernels (which would nice for other reasons) it would need something more complicated.