Skip to content

Commit 4b98077

Browse files
committed
config: enable CONFIG_EROFS_FS
EROFS is used by e.g. NixOS's etc overlay, and other distribution tools. Seems to have no size impact on x86_64 (19138272 before and after). Signed-off-by: Val Packett <[email protected]>
1 parent 3376801 commit 4b98077

File tree

5 files changed

+6
-1
lines changed

5 files changed

+6
-1
lines changed

config-libkrunfw-sev_x86_64

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1896,6 +1896,7 @@ CONFIG_BTRFS_FS=y
18961896
# CONFIG_NILFS2_FS is not set
18971897
# CONFIG_F2FS_FS is not set
18981898
CONFIG_FS_POSIX_ACL=y
1899+
CONFIG_EROFS_FS=y
18991900
CONFIG_EXPORTFS=y
19001901
# CONFIG_EXPORTFS_BLOCK_OPS is not set
19011902
CONFIG_FILE_LOCKING=y

config-libkrunfw-tdx_x86_64

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1983,6 +1983,7 @@ CONFIG_BTRFS_FS=y
19831983
# CONFIG_F2FS_FS is not set
19841984
# CONFIG_BCACHEFS_FS is not set
19851985
CONFIG_FS_POSIX_ACL=y
1986+
CONFIG_EROFS_FS=y
19861987
CONFIG_EXPORTFS=y
19871988
# CONFIG_EXPORTFS_BLOCK_OPS is not set
19881989
CONFIG_FILE_LOCKING=y

config-libkrunfw_aarch64

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2575,6 +2575,7 @@ CONFIG_BTRFS_FS=y
25752575
# CONFIG_ZONEFS_FS is not set
25762576
CONFIG_FS_DAX=y
25772577
CONFIG_FS_POSIX_ACL=y
2578+
CONFIG_EROFS_FS=y
25782579
CONFIG_EXPORTFS=y
25792580
CONFIG_EXPORTFS_BLOCK_OPS=y
25802581
CONFIG_FILE_LOCKING=y

config-libkrunfw_riscv64

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2432,6 +2432,7 @@ CONFIG_BTRFS_FS=y
24322432
# CONFIG_BCACHEFS_FS is not set
24332433
# CONFIG_ZONEFS_FS is not set
24342434
CONFIG_FS_POSIX_ACL=y
2435+
CONFIG_EROFS_FS=y
24352436
CONFIG_EXPORTFS=y
24362437
CONFIG_EXPORTFS_BLOCK_OPS=y
24372438
CONFIG_FILE_LOCKING=y

config-libkrunfw_x86_64

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1615,6 +1615,7 @@ CONFIG_BTRFS_FS=y
16151615
CONFIG_FS_DAX=y
16161616
CONFIG_FS_DAX_PMD=y
16171617
CONFIG_FS_POSIX_ACL=y
1618+
CONFIG_EROFS_FS=y
16181619
CONFIG_EXPORTFS=y
16191620
# CONFIG_EXPORTFS_BLOCK_OPS is not set
16201621
CONFIG_FILE_LOCKING=y
@@ -1690,7 +1691,7 @@ CONFIG_ARCH_HAS_GIGANTIC_PAGE=y
16901691
# CONFIG_CONFIGFS_FS is not set
16911692
# end of Pseudo filesystems
16921693

1693-
# CONFIG_MISC_FILESYSTEMS is not set
1694+
CONFIG_MISC_FILESYSTEMS=y
16941695
# CONFIG_NETWORK_FILESYSTEMS is not set
16951696
CONFIG_NLS=y
16961697
CONFIG_NLS_DEFAULT="utf8"

0 commit comments

Comments
 (0)