Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ntfs: select FS_IOMAP in Kconfig

Add 'select FS_IOMAP' to the NTFS_FS Kconfig option so that CONFIG_NTFS_FS
automatically enables CONFIG_FS_IOMAP when built.

Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>

+1
+1
fs/ntfs/Kconfig
··· 2 2 config NTFS_FS 3 3 tristate "NTFS file system support" 4 4 select NLS 5 + select FS_IOMAP 5 6 help 6 7 NTFS is the file system of Microsoft Windows NT, 2000, XP and 2003. 7 8 This allows you to mount devices formatted with the ntfs file system.