diff options
author | Qu Wenruo <quwenruo@cn.fujitsu.com> | 2014-01-05 20:58:30 -0500 |
---|---|---|
committer | Chris Mason <clm@fb.com> | 2014-01-28 16:20:19 -0500 |
commit | bd0330ad2174d1a5f762eee2ee58f0148f10d575 (patch) | |
tree | 9360380cc882b29c724af85f06ec95b26893bcf2 /Documentation | |
parent | 2c9ee85671f66cd3ffc7067de47cc59ed6677299 (diff) |
btrfs: Add acl mount option.
Add acl mount option to enable acl with remount option.
Signed-off-by: Qu Wenruo <quwenruo@cn.fujitsu.com>
Reviewed-by: David Sterba <dsterba@suse.cz>
Signed-off-by: Josef Bacik <jbacik@fb.com>
Signed-off-by: Chris Mason <clm@fb.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/filesystems/btrfs.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/filesystems/btrfs.txt b/Documentation/filesystems/btrfs.txt index 303b49c6c296..79c08f368ace 100644 --- a/Documentation/filesystems/btrfs.txt +++ b/Documentation/filesystems/btrfs.txt | |||
@@ -141,8 +141,9 @@ Options with (*) are default options and will not show in the mount options. | |||
141 | Specify that 1 metadata chunk should be allocated after every <value> | 141 | Specify that 1 metadata chunk should be allocated after every <value> |
142 | data chunks. Off by default. | 142 | data chunks. Off by default. |
143 | 143 | ||
144 | acl(*) | ||
144 | noacl | 145 | noacl |
145 | Disable support for Posix Access Control Lists (ACLs). See the | 146 | Enable/disable support for Posix Access Control Lists (ACLs). See the |
146 | acl(5) manual page for more information about ACLs. | 147 | acl(5) manual page for more information about ACLs. |
147 | 148 | ||
148 | barrier(*) | 149 | barrier(*) |