diff options
Diffstat (limited to 'include/linux/nfs_fs.h')
-rw-r--r-- | include/linux/nfs_fs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/nfs_fs.h b/include/linux/nfs_fs.h index 63850a884902..9449286c5867 100644 --- a/include/linux/nfs_fs.h +++ b/include/linux/nfs_fs.h | |||
@@ -293,6 +293,7 @@ extern struct inode *nfs_fhget(struct super_block *, struct nfs_fh *, | |||
293 | struct nfs_fattr *); | 293 | struct nfs_fattr *); |
294 | extern int nfs_refresh_inode(struct inode *, struct nfs_fattr *); | 294 | extern int nfs_refresh_inode(struct inode *, struct nfs_fattr *); |
295 | extern int nfs_post_op_update_inode(struct inode *inode, struct nfs_fattr *fattr); | 295 | extern int nfs_post_op_update_inode(struct inode *inode, struct nfs_fattr *fattr); |
296 | extern int nfs_post_op_update_inode_force_wcc(struct inode *inode, struct nfs_fattr *fattr); | ||
296 | extern int nfs_getattr(struct vfsmount *, struct dentry *, struct kstat *); | 297 | extern int nfs_getattr(struct vfsmount *, struct dentry *, struct kstat *); |
297 | extern int nfs_permission(struct inode *, int, struct nameidata *); | 298 | extern int nfs_permission(struct inode *, int, struct nameidata *); |
298 | extern int nfs_open(struct inode *, struct file *); | 299 | extern int nfs_open(struct inode *, struct file *); |