diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/security.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/security.h b/include/linux/security.h index 84a202ac3de9..2f99ecd0fb2a 100644 --- a/include/linux/security.h +++ b/include/linux/security.h | |||
@@ -1454,7 +1454,7 @@ struct security_operations { | |||
1454 | struct inode *new_dir, struct dentry *new_dentry); | 1454 | struct inode *new_dir, struct dentry *new_dentry); |
1455 | int (*inode_readlink) (struct dentry *dentry); | 1455 | int (*inode_readlink) (struct dentry *dentry); |
1456 | int (*inode_follow_link) (struct dentry *dentry, struct nameidata *nd); | 1456 | int (*inode_follow_link) (struct dentry *dentry, struct nameidata *nd); |
1457 | int (*inode_permission) (struct inode *inode, int mask); | 1457 | int (*inode_permission) (struct inode *inode, int mask, unsigned flags); |
1458 | int (*inode_setattr) (struct dentry *dentry, struct iattr *attr); | 1458 | int (*inode_setattr) (struct dentry *dentry, struct iattr *attr); |
1459 | int (*inode_getattr) (struct vfsmount *mnt, struct dentry *dentry); | 1459 | int (*inode_getattr) (struct vfsmount *mnt, struct dentry *dentry); |
1460 | int (*inode_setxattr) (struct dentry *dentry, const char *name, | 1460 | int (*inode_setxattr) (struct dentry *dentry, const char *name, |