X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=fs%2Fjffs2%2Ffile.c;h=256cd19a3b78c006a1439f893b1b51a0341c938a;hb=6e677ef6fbe9513051bd753ae670b586e8ea7df1;hp=1506673c087e11ae820245baadc8ae74cb9f01b2;hpb=9b690c3d56ce15dd265b6398f9d8d58c29c17032;p=~andy%2Flinux diff --git a/fs/jffs2/file.c b/fs/jffs2/file.c index 1506673c087..256cd19a3b7 100644 --- a/fs/jffs2/file.c +++ b/fs/jffs2/file.c @@ -66,6 +66,7 @@ const struct file_operations jffs2_file_operations = const struct inode_operations jffs2_file_inode_operations = { .get_acl = jffs2_get_acl, + .set_acl = jffs2_set_acl, .setattr = jffs2_setattr, .setxattr = jffs2_setxattr, .getxattr = jffs2_getxattr,