diff options
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/filesystems/ext4.txt | 25 |
1 files changed, 11 insertions, 14 deletions
diff --git a/Documentation/filesystems/ext4.txt b/Documentation/filesystems/ext4.txt index 168242b5c045..a53040193967 100644 --- a/Documentation/filesystems/ext4.txt +++ b/Documentation/filesystems/ext4.txt | |||
@@ -211,22 +211,19 @@ oldalloc This disables the Orlov block allocator and enables | |||
211 | performance - we'd like to get some feedback if it's | 211 | performance - we'd like to get some feedback if it's |
212 | the contrary for you. | 212 | the contrary for you. |
213 | 213 | ||
214 | user_xattr Enables Extended User Attributes. Additionally, you | 214 | nouser_xattr Disables Extended User Attributes. If you have extended |
215 | need to have extended attribute support enabled in the | 215 | attribute support enabled in the kernel configuration |
216 | kernel configuration (CONFIG_EXT4_FS_XATTR). See the | 216 | (CONFIG_EXT4_FS_XATTR), extended attribute support |
217 | attr(5) manual page and http://acl.bestbits.at/ to | 217 | is enabled by default on mount. See the attr(5) manual |
218 | learn more about extended attributes. | 218 | page and http://acl.bestbits.at/ for more information |
219 | 219 | about extended attributes. | |
220 | nouser_xattr Disables Extended User Attributes. | ||
221 | |||
222 | acl Enables POSIX Access Control Lists support. | ||
223 | Additionally, you need to have ACL support enabled in | ||
224 | the kernel configuration (CONFIG_EXT4_FS_POSIX_ACL). | ||
225 | See the acl(5) manual page and http://acl.bestbits.at/ | ||
226 | for more information. | ||
227 | 220 | ||
228 | noacl This option disables POSIX Access Control List | 221 | noacl This option disables POSIX Access Control List |
229 | support. | 222 | support. If ACL support is enabled in the kernel |
223 | configuration (CONFIG_EXT4_FS_POSIX_ACL), ACL is | ||
224 | enabled by default on mount. See the acl(5) manual | ||
225 | page and http://acl.bestbits.at/ for more information | ||
226 | about acl. | ||
230 | 227 | ||
231 | bsddf (*) Make 'df' act like BSD. | 228 | bsddf (*) Make 'df' act like BSD. |
232 | minixdf Make 'df' act like Minix. | 229 | minixdf Make 'df' act like Minix. |