xfs: remove unused full argument from bmap
authorEric Sandeen <sandeen@redhat.com>
Sat, 28 Jan 2017 07:24:28 +0000 (23:24 -0800)
committerDarrick J. Wong <darrick.wong@oracle.com>
Tue, 31 Jan 2017 00:32:25 +0000 (16:32 -0800)
commit1dbba0863468f509f3fccb498b34f1b1e24356d9
tree7cdb5cd2ed7ad4999926f71c8a23caad1b5098ce
parente4229d6b0bc9280f29624faf170cf76a9f1ca60e
xfs: remove unused full argument from bmap

The "full" argument was used only by the fiemap formatter,
which is now gone with the iomap updates.

Remove the unused arg.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Reviewed-by: Alex Elder <elder@linaro.org>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
fs/xfs/xfs_bmap_util.c
fs/xfs/xfs_bmap_util.h
fs/xfs/xfs_ioctl.c