]> 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)
commit47a2d30141587ba8fdf7684a77a7abd419e8223d
treeebff3662fa12ff0faafc05d07310341089404187
parent832976ebbfbf9d56609702eed194de97d1ca5da6
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