Re: [PATCH 23/29] xfs: pass the mapping flags to xfs_bmbt_to_iomap

2021-11-30 Thread Darrick J. Wong
On Mon, Nov 29, 2021 at 11:21:57AM +0100, Christoph Hellwig wrote: > To prepare for looking at the IOMAP_DAX flag in xfs_bmbt_to_iomap pass in > the input mapping flags to xfs_bmbt_to_iomap. > > Signed-off-by: Christoph Hellwig Thanks for changing the argument names to be less confusing, Reviewe

[PATCH 23/29] xfs: pass the mapping flags to xfs_bmbt_to_iomap

2021-11-29 Thread Christoph Hellwig
To prepare for looking at the IOMAP_DAX flag in xfs_bmbt_to_iomap pass in the input mapping flags to xfs_bmbt_to_iomap. Signed-off-by: Christoph Hellwig --- fs/xfs/libxfs/xfs_bmap.c | 4 ++-- fs/xfs/xfs_aops.c| 2 +- fs/xfs/xfs_iomap.c | 35 --- fs