mirror of
https://abf.rosa.ru/djam/kernel-6.7-xanmod.git
synced 2025-02-25 01:52:49 +00:00
Make it explicit that ext4 is used for ext2 and ext3 now
This commit is contained in:
parent
4edb569773
commit
b23d434eec
2 changed files with 6 additions and 14 deletions
|
@ -7615,14 +7615,10 @@ CONFIG_UEFI_CPER=y
|
||||||
# File systems
|
# File systems
|
||||||
#
|
#
|
||||||
CONFIG_DCACHE_WORD_ACCESS=y
|
CONFIG_DCACHE_WORD_ACCESS=y
|
||||||
CONFIG_EXT2_FS=y
|
# CONFIG_EXT2_FS is not set
|
||||||
CONFIG_EXT2_FS_XATTR=y
|
# CONFIG_EXT3_FS is not set
|
||||||
CONFIG_EXT2_FS_POSIX_ACL=y
|
|
||||||
CONFIG_EXT2_FS_SECURITY=y
|
|
||||||
CONFIG_EXT3_FS=m
|
|
||||||
CONFIG_EXT3_FS_POSIX_ACL=y
|
|
||||||
CONFIG_EXT3_FS_SECURITY=y
|
|
||||||
CONFIG_EXT4_FS=y
|
CONFIG_EXT4_FS=y
|
||||||
|
CONFIG_EXT4_USE_FOR_EXT2=y
|
||||||
CONFIG_EXT4_FS_POSIX_ACL=y
|
CONFIG_EXT4_FS_POSIX_ACL=y
|
||||||
CONFIG_EXT4_FS_SECURITY=y
|
CONFIG_EXT4_FS_SECURITY=y
|
||||||
CONFIG_EXT4_ENCRYPTION=y
|
CONFIG_EXT4_ENCRYPTION=y
|
||||||
|
|
|
@ -7439,14 +7439,10 @@ CONFIG_UEFI_CPER=y
|
||||||
#
|
#
|
||||||
CONFIG_DCACHE_WORD_ACCESS=y
|
CONFIG_DCACHE_WORD_ACCESS=y
|
||||||
CONFIG_FS_IOMAP=y
|
CONFIG_FS_IOMAP=y
|
||||||
CONFIG_EXT2_FS=y
|
# CONFIG_EXT2_FS is not set
|
||||||
CONFIG_EXT2_FS_XATTR=y
|
# CONFIG_EXT3_FS is not set
|
||||||
CONFIG_EXT2_FS_POSIX_ACL=y
|
|
||||||
CONFIG_EXT2_FS_SECURITY=y
|
|
||||||
CONFIG_EXT3_FS=m
|
|
||||||
CONFIG_EXT3_FS_POSIX_ACL=y
|
|
||||||
CONFIG_EXT3_FS_SECURITY=y
|
|
||||||
CONFIG_EXT4_FS=y
|
CONFIG_EXT4_FS=y
|
||||||
|
CONFIG_EXT4_USE_FOR_EXT2=y
|
||||||
CONFIG_EXT4_FS_POSIX_ACL=y
|
CONFIG_EXT4_FS_POSIX_ACL=y
|
||||||
CONFIG_EXT4_FS_SECURITY=y
|
CONFIG_EXT4_FS_SECURITY=y
|
||||||
CONFIG_EXT4_ENCRYPTION=y
|
CONFIG_EXT4_ENCRYPTION=y
|
||||||
|
|
Loading…
Add table
Reference in a new issue