Skip to content

Commit 74001d8

Browse files
committed
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 parent 8f89774 commit 74001d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
config NTFS_FS
33
tristate "NTFS file system support"
44
select NLS
5+
select FS_IOMAP
56
help
67
NTFS is the file system of Microsoft Windows NT, 2000, XP and 2003.
78
This allows you to mount devices formatted with the ntfs file system.

0 commit comments

Comments
 (0)