## File system configuration#menu"File systems"ifBLOCK
source"fs/ext2/Kconfig"source"fs/ext3/Kconfig"source"fs/ext4/Kconfig"configFS_XIP
# execute in placebooldepends onEXT2_FS_XIP
defaulty
source"fs/jbd/Kconfig"source"fs/jbd2/Kconfig"configFS_MBCACHE
# Meta block cache for Extended Attributes (ext2/ext3/ext4)tristatedefaultyifEXT2_FS=y&&EXT2_FS_XATTR
defaultyifEXT3_FS=y&&EXT3_FS_XATTR
defaultyifEXT4_FS=y&&EXT4_FS_XATTR
defaultmifEXT2_FS_XATTR||EXT3_FS_XATTR||EXT4_FS_XATTR
source"fs/reiserfs/Kconfig"source"fs/jfs/Kconfig"configFS_POSIX_ACL
# Posix ACL utility routines (for now, only ext2/ext3/jfs/reiserfs/nfs4)## NOTE: you can implement Posix ACLs without these helpers (XFS does).# Never use this symbol for ifdefs.#booldefaultn
configFILE_LOCKING
bool"Enable POSIX file locking API"ifEMBEDDED
defaulty
help This option enables standard file locking support, required for filesystems like NFS and for the flock() system call. Disabling this option saves about 11k.source"fs/xfs/Kconfig"source"fs/gfs2/Kconfig"configOCFS2_FS
tristate"OCFS2 file system support"depends onNET&&SYSFS
selectCONFIGFS_FS
selectJBD2
selectCRC32
selectQUOTA
selectQUOTA_TREE
help OCFS2 is a general purpose extent based shared disk cluster file system with many similarities to ext3. It supports 64 bit inode numbers, and has automatically extending metadata groups which may also make it attractive for non-clustered use. You'll want to install the ocfs2-tools package in order to at least get "mount.ocfs2". Project web page: http://oss.oracle.com/projects/ocfs2 Tools web page: http://oss.oracle.com/projects/ocfs2-tools OCFS2 mailing lists: http://oss.oracle.com/projects/ocfs2/mailman/ F