Skip to content

Commit e9e4d5a

Browse files
namjaejeon1Naim
authored andcommitted
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 e7062a0 commit e9e4d5a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

fs/ntfs/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)