add patch fix-sleep-in-atomic-context-in-grab_mapping_entry
[ext4-patch-queue.git] / add-select-for-CONFIG_FS_IOMAP
blobb42bfd42d48b504e8af0b72f9d08a1df06b1b526
1 ext4: Add select for CONFIG_FS_IOMAP
3 From: Jan Kara <jack@suse.cz>
5 When ext4 is compiled with DAX support, it now needs the iomap code. Add
6 appropriate select to Kconfig.
8 Signed-off-by: Jan Kara <jack@suse.cz>
9 Signed-off-by: Theodore Ts'o <tytso@mit.edu>
10 ---
11  fs/ext4/Kconfig | 1 +
12  1 file changed, 1 insertion(+)
14 diff --git a/fs/ext4/Kconfig b/fs/ext4/Kconfig
15 index e38039fd96ff..7b90691e98c4 100644
16 --- a/fs/ext4/Kconfig
17 +++ b/fs/ext4/Kconfig
18 @@ -37,6 +37,7 @@ config EXT4_FS
19         select CRC16
20         select CRYPTO
21         select CRYPTO_CRC32C
22 +       select FS_IOMAP if FS_DAX
23         help
24           This is the next generation of the ext3 filesystem.
26 -- 
27 2.6.6