diff options
author | Miao Xie <miaox@cn.fujitsu.com> | 2011-01-25 08:46:17 +0100 |
---|---|---|
committer | Li Zefan <lizf@cn.fujitsu.com> | 2011-01-26 18:05:16 +0100 |
commit | d0f69686c2ae775529aadc7a8acc6f13ad41de66 (patch) | |
tree | a7db405db82bd5acc3f51cb010dc306f402931ac /fs/btrfs/transaction.c | |
parent | Btrfs: Free correct pointer after using strsep (diff) | |
download | linux-d0f69686c2ae775529aadc7a8acc6f13ad41de66.tar.xz linux-d0f69686c2ae775529aadc7a8acc6f13ad41de66.zip |
Btrfs: Don't return acl info when mounting with noacl option
Steps to reproduce:
# mkfs.btrfs /dev/sda2
# mount /dev/sda2 /mnt
# touch /mnt/file0
# setfacl -m 'u:root:x,g::x,o::x' /mnt/file0
# umount /mnt
# mount /dev/sda2 -o noacl /mnt
# getfacl /mnt/file0
...
user::rw-
user:root:--x
group::--x
mask::--x
other::--x
The output should be:
user::rw-
group::--x
other::--x
Signed-off-by: Miao Xie <miaox@cn.fujitsu.com>
Signed-off-by: Li Zefan <lizf@cn.fujitsu.com>
Diffstat (limited to 'fs/btrfs/transaction.c')
0 files changed, 0 insertions, 0 deletions