提交 20ba0287 编写于 作者: N Nathan Scott

[XFS] Remove special Kconfig XFS menu, make XFS options "inline".

Signed-off-by: NEric Sandeen <sandeen@sgi.com>
Signed-off-by: NNathan Scott <nathans@sgi.com>
上级 f016bad6
menu "XFS support"
config XFS_FS config XFS_FS
tristate "XFS filesystem support" tristate "XFS filesystem support"
select EXPORTFS if NFSD!=n select EXPORTFS if NFSD!=n
...@@ -22,27 +20,11 @@ config XFS_FS ...@@ -22,27 +20,11 @@ config XFS_FS
config XFS_EXPORT config XFS_EXPORT
bool bool
default y if XFS_FS && EXPORTFS depends on XFS_FS && EXPORTFS
default y
config XFS_RT
bool "Realtime support (EXPERIMENTAL)"
depends on XFS_FS && EXPERIMENTAL
help
If you say Y here you will be able to mount and use XFS filesystems
which contain a realtime subvolume. The realtime subvolume is a
separate area of disk space where only file data is stored. The
realtime subvolume is designed to provide very deterministic
data rates suitable for media streaming applications.
See the xfs man page in section 5 for a bit more information.
This feature is unsupported at this time, is not yet fully
functional, and may cause serious problems.
If unsure, say N.
config XFS_QUOTA config XFS_QUOTA
bool "Quota support" tristate "XFS Quota support"
depends on XFS_FS depends on XFS_FS
help help
If you say Y here, you will be able to set limits for disk usage on If you say Y here, you will be able to set limits for disk usage on
...@@ -59,7 +41,7 @@ config XFS_QUOTA ...@@ -59,7 +41,7 @@ config XFS_QUOTA
they are completely independent subsystems. they are completely independent subsystems.
config XFS_SECURITY config XFS_SECURITY
bool "Security Label support" bool "XFS Security Label support"
depends on XFS_FS depends on XFS_FS
help help
Security labels support alternative access control models Security labels support alternative access control models
...@@ -71,7 +53,7 @@ config XFS_SECURITY ...@@ -71,7 +53,7 @@ config XFS_SECURITY
extended attributes for inode security labels, say N. extended attributes for inode security labels, say N.
config XFS_POSIX_ACL config XFS_POSIX_ACL
bool "POSIX ACL support" bool "XFS POSIX ACL support"
depends on XFS_FS depends on XFS_FS
help help
POSIX Access Control Lists (ACLs) support permissions for users and POSIX Access Control Lists (ACLs) support permissions for users and
...@@ -82,4 +64,19 @@ config XFS_POSIX_ACL ...@@ -82,4 +64,19 @@ config XFS_POSIX_ACL
If you don't know what Access Control Lists are, say N. If you don't know what Access Control Lists are, say N.
endmenu config XFS_RT
bool "XFS Realtime support (EXPERIMENTAL)"
depends on XFS_FS && EXPERIMENTAL
help
If you say Y here you will be able to mount and use XFS filesystems
which contain a realtime subvolume. The realtime subvolume is a
separate area of disk space where only file data is stored. The
realtime subvolume is designed to provide very deterministic
data rates suitable for media streaming applications.
See the xfs man page in section 5 for a bit more information.
This feature is unsupported at this time, is not yet fully
functional, and may cause serious problems.
If unsure, say N.
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册