]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ntfs: select FS_IOMAP in Kconfig
authorNamjae Jeon <linkinjeon@kernel.org>
Thu, 5 Mar 2026 08:37:02 +0000 (17:37 +0900)
committerNamjae Jeon <linkinjeon@kernel.org>
Thu, 5 Mar 2026 08:37:02 +0000 (17:37 +0900)
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>
fs/ntfs/Kconfig

index e5fd1378fbbf3307976a8ac997fb88d9aae01b5c..6a6acde9ba91ebb833e4a22079c082695e0ab975 100644 (file)
@@ -2,6 +2,7 @@
 config NTFS_FS
        tristate "NTFS file system support"
        select NLS
+       select FS_IOMAP
        help
          NTFS is the file system of Microsoft Windows NT, 2000, XP and 2003.
          This allows you to mount devices formatted with the ntfs file system.