aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems
diff options
context:
space:
mode:
authorJody McIntyre <scjody@modernduck.com>2005-12-12 23:34:32 -0500
committerJody McIntyre <scjody@modernduck.com>2005-12-12 23:34:32 -0500
commit525352eb6d355bef6adf597252fc6d04f2dbe66c (patch)
tree4d2b42372ec0ac985f2775b0ea260c707e93fdd4 /Documentation/filesystems
parentd51e86c18a479f1dbcef3aa20e58ad04d1233016 (diff)
parent0e670506668a43e1355b8f10c33d081a676bd521 (diff)
Merge with http://kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
Diffstat (limited to 'Documentation/filesystems')
-rw-r--r--Documentation/filesystems/ext3.txt26
1 files changed, 13 insertions, 13 deletions
diff --git a/Documentation/filesystems/ext3.txt b/Documentation/filesystems/ext3.txt
index 9ab7f446f7ad..9840d5b8d5b9 100644
--- a/Documentation/filesystems/ext3.txt
+++ b/Documentation/filesystems/ext3.txt
@@ -57,19 +57,19 @@ oldalloc This disables the Orlov block allocator and enables the
57 we'd like to get some feedback if it's the contrary for 57 we'd like to get some feedback if it's the contrary for
58 you. 58 you.
59 59
60user_xattr (*) Enables POSIX Extended Attributes. It's enabled by 60user_xattr Enables Extended User Attributes. Additionally, you need
61 default, however you need to confifure its support 61 to have extended attribute support enabled in the kernel
62 (CONFIG_EXT3_FS_XATTR). This is neccesary if you want 62 configuration (CONFIG_EXT3_FS_XATTR). See the attr(5)
63 to use POSIX Acces Control Lists support. You can visit 63 manual page and http://acl.bestbits.at to learn more
64 http://acl.bestbits.at to know more about POSIX Extended 64 about extended attributes.
65 attributes. 65
66 66nouser_xattr Disables Extended User Attributes.
67nouser_xattr Disables POSIX Extended Attributes. 67
68 68acl Enables POSIX Access Control Lists support. Additionally,
69acl (*) Enables POSIX Access Control Lists support. This is 69 you need to have ACL support enabled in the kernel
70 enabled by default, however you need to configure 70 configuration (CONFIG_EXT3_FS_POSIX_ACL). See the acl(5)
71 its support (CONFIG_EXT3_FS_POSIX_ACL). If you want 71 manual page and http://acl.bestbits.at for more
72 to know more about ACLs visit http://acl.bestbits.at 72 information.
73 73
74noacl This option disables POSIX Access Control List support. 74noacl This option disables POSIX Access Control List support.
75 75