X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=fs%2Fext3%2Ffile.c;h=aad05311392a046f3df724102580c511185c0fa2;hb=53611c0ce9f6e2fa2e31f9ab4ad8c08c512085ba;hp=25cb413277e906edb1f037ba625ece7aa92903bb;hpb=1b6150fe82de8a555b0200d20bb5e3752fbe4160;p=~andy%2Flinux diff --git a/fs/ext3/file.c b/fs/ext3/file.c index 25cb413277e..aad05311392 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, };