diff options
author | Christoph Hellwig <hch@infradead.org> | 2013-12-20 08:16:44 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2014-01-25 23:58:19 -0500 |
commit | 64e178a7118b1cf7648391755e44dcc209091003 (patch) | |
tree | f06ee5408a04ee86c7a79dfd885aaab3c5f3f070 /fs/ext3/namei.c | |
parent | 996a710d46418cacb5b4a519ab9341a74066551d (diff) |
ext2/3/4: use generic posix ACL infrastructure
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Jan Kara <jack@suse.cz>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/ext3/namei.c')
-rw-r--r-- | fs/ext3/namei.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/ext3/namei.c b/fs/ext3/namei.c index f8cde46de9cd..f197736dccfa 100644 --- a/fs/ext3/namei.c +++ b/fs/ext3/namei.c | |||
@@ -2569,6 +2569,7 @@ const struct inode_operations ext3_dir_inode_operations = { | |||
2569 | .removexattr = generic_removexattr, | 2569 | .removexattr = generic_removexattr, |
2570 | #endif | 2570 | #endif |
2571 | .get_acl = ext3_get_acl, | 2571 | .get_acl = ext3_get_acl, |
2572 | .set_acl = ext3_set_acl, | ||
2572 | }; | 2573 | }; |
2573 | 2574 | ||
2574 | const struct inode_operations ext3_special_inode_operations = { | 2575 | const struct inode_operations ext3_special_inode_operations = { |
@@ -2580,4 +2581,5 @@ const struct inode_operations ext3_special_inode_operations = { | |||
2580 | .removexattr = generic_removexattr, | 2581 | .removexattr = generic_removexattr, |
2581 | #endif | 2582 | #endif |
2582 | .get_acl = ext3_get_acl, | 2583 | .get_acl = ext3_get_acl, |
2584 | .set_acl = ext3_set_acl, | ||
2583 | }; | 2585 | }; |