aboutsummaryrefslogtreecommitdiffstats
path: root/fs/Kconfig
diff options
context:
space:
mode:
authorAlexey Dobriyan <adobriyan@gmail.com>2009-01-22 02:24:27 -0500
committerAlexey Dobriyan <adobriyan@gmail.com>2009-01-22 05:15:54 -0500
commitf5c77969b33cc5cbb4534289bf23cb1794f9d37c (patch)
tree4ec47b8a1fc20a9bc75a64de6d099f8d446102aa /fs/Kconfig
parentb16ecfe2f985f77901a36ee5a99c7d3400313341 (diff)
fs/Kconfig: move jfs out
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Diffstat (limited to 'fs/Kconfig')
-rw-r--r--fs/Kconfig51
1 files changed, 1 insertions, 50 deletions
diff --git a/fs/Kconfig b/fs/Kconfig
index 03fde694969e..b39675cc0fc0 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -28,56 +28,7 @@ config FS_MBCACHE
28 default m if EXT2_FS_XATTR || EXT3_FS_XATTR || EXT4_FS_XATTR 28 default m if EXT2_FS_XATTR || EXT3_FS_XATTR || EXT4_FS_XATTR
29 29
30source "fs/reiserfs/Kconfig" 30source "fs/reiserfs/Kconfig"
31 31source "fs/jfs/Kconfig"
32config JFS_FS
33 tristate "JFS filesystem support"
34 select NLS
35 help
36 This is a port of IBM's Journaled Filesystem . More information is
37 available in the file <file:Documentation/filesystems/jfs.txt>.
38
39 If you do not intend to use the JFS filesystem, say N.
40
41config JFS_POSIX_ACL
42 bool "JFS POSIX Access Control Lists"
43 depends on JFS_FS
44 select FS_POSIX_ACL
45 help
46 Posix Access Control Lists (ACLs) support permissions for users and
47 groups beyond the owner/group/world scheme.
48
49 To learn more about Access Control Lists, visit the Posix ACLs for
50 Linux website <http://acl.bestbits.at/>.
51
52 If you don't know what Access Control Lists are, say N
53
54config JFS_SECURITY
55 bool "JFS Security Labels"
56 depends on JFS_FS
57 help
58 Security labels support alternative access control models
59 implemented by security modules like SELinux. This option
60 enables an extended attribute handler for file security
61 labels in the jfs filesystem.
62
63 If you are not using a security module that requires using
64 extended attributes for file security labels, say N.
65
66config JFS_DEBUG
67 bool "JFS debugging"
68 depends on JFS_FS
69 help
70 If you are experiencing any problems with the JFS filesystem, say
71 Y here. This will result in additional debugging messages to be
72 written to the system log. Under normal circumstances, this
73 results in very little overhead.
74
75config JFS_STATISTICS
76 bool "JFS statistics"
77 depends on JFS_FS
78 help
79 Enabling this option will cause statistics from the JFS file system
80 to be made available to the user in the /proc/fs/jfs/ directory.
81 32
82config FS_POSIX_ACL 33config FS_POSIX_ACL
83# Posix ACL utility routines (for now, only ext2/ext3/jfs/reiserfs/nfs4) 34# Posix ACL utility routines (for now, only ext2/ext3/jfs/reiserfs/nfs4)