xfs: use iomap fiemap implementation
authorChristoph Hellwig <hch@lst.de>
Mon, 20 Jun 2016 23:54:53 +0000 (09:54 +1000)
committerDave Chinner <david@fromorbit.com>
Mon, 20 Jun 2016 23:54:53 +0000 (09:54 +1000)
commitd2bb140e99e6710c1b46e38a6347ada364aadfc6
treeebff3662fa12ff0faafc05d07310341089404187
parent6e8a27a816390d1fbcc28903da4dd9bc348e19ca
xfs: use iomap fiemap implementation

Note that this removes support for the untested FIEMAP_FLAG_XATTR.  It
could be added relatively easily with iomap ops for the attr fork, but
without test coverage I don't feel safe doing this.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
fs/xfs/xfs_iops.c