commit | aac1a55b450c623ec236c0635cdb68408f632e9c | [log] [tgz] |
---|---|---|
author | Bob Peterson <rpeterso@redhat.com> | Thu Feb 16 21:13:54 2017 +0100 |
committer | Andreas Gruenbacher <agruenba@redhat.com> | Tue Oct 31 14:26:34 2017 +0100 |
tree | 9247d57672ea2594810cd03415b1949fb3717596 | |
parent | 3974320ca6aa68d479051f208d5c95afd1e47a4c [diff] [blame] |
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>
diff --git a/fs/gfs2/Kconfig b/fs/gfs2/Kconfig index 90c6a8f..43c827a 100644 --- a/fs/gfs2/Kconfig +++ b/fs/gfs2/Kconfig
@@ -4,6 +4,7 @@ select FS_POSIX_ACL select CRC32 select QUOTACTL + select FS_IOMAP help A cluster filesystem.