diff options
author | Patrick Simianer <p@simianer.de> | 2016-04-16 18:41:18 +0200 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2016-04-16 18:41:18 +0200 |
commit | 36ddc64dadc88a0747afa92bb8f0bac88921c3c6 (patch) | |
tree | 7ab5173d9c281b08e621413b462b2b3cfc3add96 /config | |
parent | acb348b59d1f0215f48f576f2cd49b26a2e10d2e (diff) |
file systems
Diffstat (limited to 'config')
-rw-r--r-- | config | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -2731,12 +2731,15 @@ CONFIG_XFS_FS=y # CONFIG_GFS2_FS is not set # CONFIG_BTRFS_FS is not set # CONFIG_NILFS2_FS is not set -# CONFIG_F2FS_FS is not set +CONFIG_F2FS_FS=y +CONFIG_F2FS_STAT_FS=y +# CONFIG_F2FS_FS_XATTR is not set +# CONFIG_F2FS_CHECK_FS is not set # CONFIG_FS_DAX is not set # CONFIG_FS_POSIX_ACL is not set CONFIG_EXPORTFS=y CONFIG_FILE_LOCKING=y -CONFIG_MANDATORY_FILE_LOCKING=y +# CONFIG_MANDATORY_FILE_LOCKING is not set CONFIG_FSNOTIFY=y CONFIG_DNOTIFY=y CONFIG_INOTIFY_USER=y @@ -2791,7 +2794,8 @@ CONFIG_MISC_FILESYSTEMS=y # CONFIG_ADFS_FS is not set # CONFIG_AFFS_FS is not set # CONFIG_HFS_FS is not set -# CONFIG_HFSPLUS_FS is not set +CONFIG_HFSPLUS_FS=y +# CONFIG_HFSPLUS_FS_POSIX_ACL is not set # CONFIG_BEFS_FS is not set # CONFIG_BFS_FS is not set # CONFIG_EFS_FS is not set |