浏览代码

ext4: Add select for CONFIG_FS_IOMAP

When ext4 is compiled with DAX support, it now needs the iomap code. Add
appropriate select to Kconfig.

Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Jan Kara 9 年之前
父节点
当前提交
4f5a763c9a
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      fs/ext4/Kconfig

+ 1 - 0
fs/ext4/Kconfig

@@ -37,6 +37,7 @@ config EXT4_FS
 	select CRC16
 	select CRC16
 	select CRYPTO
 	select CRYPTO
 	select CRYPTO_CRC32C
 	select CRYPTO_CRC32C
+	select FS_IOMAP if FS_DAX
 	help
 	help
 	  This is the next generation of the ext3 filesystem.
 	  This is the next generation of the ext3 filesystem.