Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4f5a763c authored by Jan Kara's avatar Jan Kara Committed by Theodore Ts'o
Browse files

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: default avatarJan Kara <jack@suse.cz>
Signed-off-by: default avatarTheodore Ts'o <tytso@mit.edu>
parent 2f8f5e76
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -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.