]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: pass the mapping flags to xfs_bmbt_to_iomap
authorChristoph Hellwig <hch@lst.de>
Fri, 6 May 2022 19:22:34 +0000 (15:22 -0400)
committerEric Sandeen <sandeen@sandeen.net>
Fri, 6 May 2022 19:22:34 +0000 (15:22 -0400)
commit8b4c5cd1883f3aa9c8de44ac10ff408a429b718b
tree1cb1c5762af7bb33422a69dc3a72249a4e924b54
parentafe6c94368623c45fad236d43b74f3df36b8159c
xfs: pass the mapping flags to xfs_bmbt_to_iomap

Source kernel commit: 740fd671e04f8a977018eb9cfe440b4817850f0d

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 <hch@lst.de>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Link: https://lore.kernel.org/r/20211129102203.2243509-24-hch@lst.de
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
libxfs/libxfs_priv.h
libxfs/xfs_bmap.c