Skip to content

Commit 7de0d16

Browse files
nati_x86_64_defconfig: Replace CONFIG_NTFS_FS
Older NTFS file system has been deprecated and has been replaced by NTFS3. Hence, replace the older config option with the newer one. Refer commit 7ffa8f3 ("fs: Remove NTFS classic") for more details. Signed-off-by: Rajendra Desai <[email protected]>
1 parent 465b14e commit 7de0d16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/x86/configs/nati_x86_64_defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ CONFIG_MSDOS_FS=y
561561
CONFIG_VFAT_FS=y
562562
CONFIG_NTFS3_LZX_XPRESS=y
563563
CONFIG_NTFS3_FS_POSIX_ACL=y
564-
CONFIG_NTFS_FS=m
564+
CONFIG_NTFS3_FS=m
565565
CONFIG_PROC_KCORE=y
566566
CONFIG_TMPFS_POSIX_ACL=y
567567
CONFIG_HUGETLBFS=y

0 commit comments

Comments
 (0)