summaryrefslogtreecommitdiffstats
path: root/fs/gfs2/Kconfig
diff options
context:
space:
mode:
authorBob Peterson2017-02-16 21:13:54 +0100
committerAndreas Gruenbacher2017-10-31 14:26:34 +0100
commitaac1a55b450c623ec236c0635cdb68408f632e9c (patch)
tree9247d57672ea2594810cd03415b1949fb3717596 /fs/gfs2/Kconfig
parentGFS2: Implement iomap for block_map (diff)
downloadkernel-qcow2-linux-aac1a55b450c623ec236c0635cdb68408f632e9c.tar.gz
kernel-qcow2-linux-aac1a55b450c623ec236c0635cdb68408f632e9c.tar.xz
kernel-qcow2-linux-aac1a55b450c623ec236c0635cdb68408f632e9c.zip
GFS2: Switch fiemap implementation to use iomap
This patch switches GFS2's implementation of fiemap from the old block_map code to the new iomap interface. Signed-off-by: Bob Peterson <rpeterso@redhat.com> Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
Diffstat (limited to 'fs/gfs2/Kconfig')
-rw-r--r--fs/gfs2/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/gfs2/Kconfig b/fs/gfs2/Kconfig
index 90c6a8faaecb..43c827a7cce5 100644
--- a/fs/gfs2/Kconfig
+++ b/fs/gfs2/Kconfig
@@ -4,6 +4,7 @@ config GFS2_FS
select FS_POSIX_ACL
select CRC32
select QUOTACTL
+ select FS_IOMAP
help
A cluster filesystem.