]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitdc3e9c7c3cfc57bdca052078de80e3d8f810af9f
treeebff3662fa12ff0faafc05d07310341089404187
parent2ecacec0dc0b08b649f1d66fe0f3704d9c8b8ed4
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