diff options
author | Christoph Hellwig <hch@lst.de> | 2016-09-19 11:30:29 +1000 |
---|---|---|
committer | Dave Chinner <david@fromorbit.com> | 2016-09-19 11:30:29 +1000 |
commit | 25f4e70291a309749a93b30ffa58d2eac9f200f8 (patch) | |
tree | 0b8f01267a81cb947303b362b6073f126fe78f3a /fs/ext2/Kconfig | |
parent | 6750ad71986d286a666e6245f160b89f4c15e7b0 (diff) |
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/Kconfig | 1 |
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. |