diff options
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r-- | include/linux/fs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index a1689c13eb77..1fdefe3995fd 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -1578,7 +1578,7 @@ struct file_operations { | |||
1578 | struct inode_operations { | 1578 | struct inode_operations { |
1579 | struct dentry * (*lookup) (struct inode *,struct dentry *, struct nameidata *); | 1579 | struct dentry * (*lookup) (struct inode *,struct dentry *, struct nameidata *); |
1580 | void * (*follow_link) (struct dentry *, struct nameidata *); | 1580 | void * (*follow_link) (struct dentry *, struct nameidata *); |
1581 | int (*permission) (struct inode *, int, unsigned int); | 1581 | int (*permission) (struct inode *, int); |
1582 | int (*check_acl)(struct inode *, int); | 1582 | int (*check_acl)(struct inode *, int); |
1583 | 1583 | ||
1584 | int (*readlink) (struct dentry *, char __user *,int); | 1584 | int (*readlink) (struct dentry *, char __user *,int); |