X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=fs%2Fext3%2Ffile.c;h=aad05311392a046f3df724102580c511185c0fa2;hb=f18eb31f9df52c28ec86d18d72f66ef689878daa;hp=25cb413277e906edb1f037ba625ece7aa92903bb;hpb=681e4a5e13c1c8315694eb4f44e0cdd84c9082d2;p=cascardo%2Flinux.git diff --git a/fs/ext3/file.c b/fs/ext3/file.c index 25cb413277e9..aad05311392a 100644 --- a/fs/ext3/file.c +++ b/fs/ext3/file.c @@ -75,6 +75,7 @@ const struct inode_operations ext3_file_inode_operations = { .removexattr = generic_removexattr, #endif .get_acl = ext3_get_acl, + .set_acl = ext3_set_acl, .fiemap = ext3_fiemap, };