]> Pileus Git - ~andy/linux/blobdiff - fs/jffs2/file.c
jffs2: use generic posix ACL infrastructure
[~andy/linux] / fs / jffs2 / file.c
index 1506673c087e11ae820245baadc8ae74cb9f01b2..256cd19a3b78c006a1439f893b1b51a0341c938a 100644 (file)
@@ -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,