Make 'check_acl()' a first-class filesystem op
[linux-2.6-block.git] / include / linux / fs.h
index 73e9b643e45503dc6f01e31af2a8ec1f77de1264..c1f993515f51ee6c66faa51d15b76c110fdf0e93 100644 (file)
@@ -1528,6 +1528,7 @@ struct inode_operations {
        void (*put_link) (struct dentry *, struct nameidata *, void *);
        void (*truncate) (struct inode *);
        int (*permission) (struct inode *, int);
+       int (*check_acl)(struct inode *, int);
        int (*setattr) (struct dentry *, struct iattr *);
        int (*getattr) (struct vfsmount *mnt, struct dentry *, struct kstat *);
        int (*setxattr) (struct dentry *, const char *,const void *,size_t,int);