Commit af909a57 authored by Theodore Ts'o's avatar Theodore Ts'o

ext4: documentation: remove acl and user_xattr mount options

Acl and user_xattr mount options are no longer needed since those
features are enabled by default if configured in (seee commit
ea663336). We can not easily deprecate
mount options itself (since it is probably too early), but we can
remove it from documentation first.
Signed-off-by: default avatarLukas Czerner <lczerner@redhat.com>
Signed-off-by: default avatar"Theodore Ts'o" <tytso@mit.edu>
parent dcf2d804
...@@ -211,22 +211,19 @@ oldalloc This disables the Orlov block allocator and enables ...@@ -211,22 +211,19 @@ oldalloc This disables the Orlov block allocator and enables
performance - we'd like to get some feedback if it's performance - we'd like to get some feedback if it's
the contrary for you. the contrary for you.
user_xattr Enables Extended User Attributes. Additionally, you nouser_xattr Disables Extended User Attributes. If you have extended
need to have extended attribute support enabled in the attribute support enabled in the kernel configuration
kernel configuration (CONFIG_EXT4_FS_XATTR). See the (CONFIG_EXT4_FS_XATTR), extended attribute support
attr(5) manual page and http://acl.bestbits.at/ to is enabled by default on mount. See the attr(5) manual
learn more about extended attributes. page and http://acl.bestbits.at/ for more information
about extended attributes.
nouser_xattr Disables Extended User Attributes.
acl Enables POSIX Access Control Lists support.
Additionally, you need to have ACL support enabled in
the kernel configuration (CONFIG_EXT4_FS_POSIX_ACL).
See the acl(5) manual page and http://acl.bestbits.at/
for more information.
noacl This option disables POSIX Access Control List noacl This option disables POSIX Access Control List
support. support. If ACL support is enabled in the kernel
configuration (CONFIG_EXT4_FS_POSIX_ACL), ACL is
enabled by default on mount. See the acl(5) manual
page and http://acl.bestbits.at/ for more information
about acl.
bsddf (*) Make 'df' act like BSD. bsddf (*) Make 'df' act like BSD.
minixdf Make 'df' act like Minix. minixdf Make 'df' act like Minix.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment