summaryrefslogtreecommitdiffstats
path: root/fs/ext2/Kconfig
diff options
context:
space:
mode:
authorChristoph Hellwig2016-09-19 03:30:29 +0200
committerDave Chinner2016-09-19 03:30:29 +0200
commit25f4e70291a309749a93b30ffa58d2eac9f200f8 (patch)
tree0b8f01267a81cb947303b362b6073f126fe78f3a /fs/ext2/Kconfig
parentext2: stop passing buffer_head to ext2_get_blocks (diff)
downloadkernel-qcow2-linux-25f4e70291a309749a93b30ffa58d2eac9f200f8.tar.gz
kernel-qcow2-linux-25f4e70291a309749a93b30ffa58d2eac9f200f8.tar.xz
kernel-qcow2-linux-25f4e70291a309749a93b30ffa58d2eac9f200f8.zip
ext2: use iomap to implement DAX
Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Ross Zwisler <ross.zwisler@linux.intel.com> Signed-off-by: Dave Chinner <david@fromorbit.com>
Diffstat (limited to 'fs/ext2/Kconfig')
-rw-r--r--fs/ext2/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ext2/Kconfig b/fs/ext2/Kconfig
index c634874e12d9..36bea5adcaba 100644
--- a/fs/ext2/Kconfig
+++ b/fs/ext2/Kconfig
@@ -1,5 +1,6 @@
config EXT2_FS
tristate "Second extended fs support"
+ select FS_IOMAP if FS_DAX
help
Ext2 is a standard Linux file system for hard disks.