Skip to content

Commit 1cd1913

Browse files
WeirdGumiziyao233
authored andcommitted
Enable F2FS
1 parent e3cd345 commit 1cd1913

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

fs.config

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22
CONFIG_BTRFS_FS=m
33
CONFIG_BTRFS_FS_POSIX_ACL=y
44

5+
# f2fs
6+
CONFIG_F2FS_FS=m
7+
CONFIG_F2FS_FS_POSIX_ACL=y
8+
CONFIG_F2FS_FS_COMPRESSION=y
9+
CONFIG_F2FS_FS_LZ4=y
10+
CONFIG_F2FS_FS_LZ4HC=y
11+
CONFIG_F2FS_FS_LZO=y
12+
CONFIG_F2FS_FS_LZORLE=y
13+
CONFIG_F2FS_FS_ZSTD=y
14+
CONFIG_F2FS_UNFAIR_RWSEM=y
15+
516
# xfs
617
CONFIG_XFS_FS=m
718
CONFIG_XFS_QUOTA=y

0 commit comments

Comments
 (0)