forked from Minki/linux
[PATCH] ext3: fix mount options documentation
Reported by Jacques de Mer and Daniel Drake <dsd@gentoo.org>. Signed-off-by: Andreas Gruenbacher <agruen@suse.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
6b6a462c4a
commit
85b8724249
@ -57,19 +57,19 @@ oldalloc This disables the Orlov block allocator and enables the
|
|||||||
we'd like to get some feedback if it's the contrary for
|
we'd like to get some feedback if it's the contrary for
|
||||||
you.
|
you.
|
||||||
|
|
||||||
user_xattr (*) Enables POSIX Extended Attributes. It's enabled by
|
user_xattr Enables Extended User Attributes. Additionally, you need
|
||||||
default, however you need to confifure its support
|
to have extended attribute support enabled in the kernel
|
||||||
(CONFIG_EXT3_FS_XATTR). This is neccesary if you want
|
configuration (CONFIG_EXT3_FS_XATTR). See the attr(5)
|
||||||
to use POSIX Acces Control Lists support. You can visit
|
manual page and http://acl.bestbits.at to learn more
|
||||||
http://acl.bestbits.at to know more about POSIX Extended
|
about extended attributes.
|
||||||
attributes.
|
|
||||||
|
|
||||||
nouser_xattr Disables POSIX Extended Attributes.
|
nouser_xattr Disables Extended User Attributes.
|
||||||
|
|
||||||
acl (*) Enables POSIX Access Control Lists support. This is
|
acl Enables POSIX Access Control Lists support. Additionally,
|
||||||
enabled by default, however you need to configure
|
you need to have ACL support enabled in the kernel
|
||||||
its support (CONFIG_EXT3_FS_POSIX_ACL). If you want
|
configuration (CONFIG_EXT3_FS_POSIX_ACL). See the acl(5)
|
||||||
to know more about ACLs visit http://acl.bestbits.at
|
manual page and http://acl.bestbits.at for more
|
||||||
|
information.
|
||||||
|
|
||||||
noacl This option disables POSIX Access Control List support.
|
noacl This option disables POSIX Access Control List support.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user