btrfs: Add acl mount option.
authorQu Wenruo <quwenruo@cn.fujitsu.com>
Mon, 6 Jan 2014 01:58:30 +0000 (09:58 +0800)
committerChris Mason <clm@fb.com>
Tue, 28 Jan 2014 21:20:19 +0000 (13:20 -0800)
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>
Documentation/filesystems/btrfs.txt
fs/btrfs/super.c

index 303b49c..79c08f3 100644 (file)
@@ -141,8 +141,9 @@ Options with (*) are default options and will not show in the mount options.
        Specify that 1 metadata chunk should be allocated after every <value>
        data chunks.  Off by default.
 
+  acl(*)
   noacl
-       Disable support for Posix Access Control Lists (ACLs).  See the
+       Enable/disable support for Posix Access Control Lists (ACLs).  See the
        acl(5) manual page for more information about ACLs.
 
   barrier(*)
Simple merge