]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: pass individual arguments to xfs_bmap_add_extent_hole_real
authorChristoph Hellwig <hch@lst.de>
Thu, 11 May 2017 19:01:08 +0000 (14:01 -0500)
committerEric Sandeen <sandeen@redhat.com>
Thu, 11 May 2017 19:01:08 +0000 (14:01 -0500)
commit972432f2b0a287d1b5aeed27cb1e0fde4cffc318
tree44d49f023a8a2fdc99e06dc59b7f31261fc99c15
parent95855a23dcb4ba072c7084a954cd88c696a20d94
xfs: pass individual arguments to xfs_bmap_add_extent_hole_real

Source kernel commit: 6d04558f9fa9d16c4aba7243030f22ef0c1bbf32

For the reflink case we'd much rather pass the required arguments than
faking up a struct xfs_bmalloca.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
libxfs/xfs_bmap.c