]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: remove useless ACL check
authorZhangZhen <zhenzhang.zhang@huawei.com>
Tue, 8 Apr 2014 11:30:19 +0000 (19:30 +0800)
committerChris Mason <clm@fb.com>
Tue, 10 Jun 2014 00:20:42 +0000 (17:20 -0700)
commite0b816d7c5fe881aeea26d6958e1fa8e1ca3647c
treee330f3f77aeebd7a66d45dfbb0ab7826687d2bdb
parent0140ed6a8318c9a3250b6a8b101cd28888ab0932
btrfs: remove useless ACL check

posix_acl_xattr_set() already does the check, and it's the only
way to feed in an ACL from userspace.
So the check here is useless, remove it.

Signed-off-by: zhang zhen <zhenzhang.zhang@huawei.com>
Signed-off-by: Chris Mason <clm@fb.com>
fs/btrfs/acl.c