]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: pass individual arguments to xfs_bmap_add_extent_hole_real
authorChristoph Hellwig <hch@lst.de>
Tue, 11 Apr 2017 23:45:54 +0000 (16:45 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Tue, 25 Apr 2017 16:40:39 +0000 (09:40 -0700)
commita2eb73a056e6cafd0a7cc2f746084cc35726a433
treedae5097dc5e662d2fb56397f6ef7fc74c2a6ff94
parentfc9479f029e39e7d9a6c539527067498cc74d833
xfs: pass individual arguments to xfs_bmap_add_extent_hole_real

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>
fs/xfs/libxfs/xfs_bmap.c