diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/nfs_fs.h | 1 | ||||
-rw-r--r-- | include/linux/nfs_xdr.h | 3 |
2 files changed, 3 insertions, 1 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 *); |
diff --git a/include/linux/nfs_xdr.h b/include/linux/nfs_xdr.h index 03032017ffaa..daab252f2e5c 100644 --- a/include/linux/nfs_xdr.h +++ b/include/linux/nfs_xdr.h | |||
@@ -62,7 +62,8 @@ struct nfs_fattr { | |||
62 | #define NFS_ATTR_FATTR 0x0002 /* post-op attributes */ | 62 | #define NFS_ATTR_FATTR 0x0002 /* post-op attributes */ |
63 | #define NFS_ATTR_FATTR_V3 0x0004 /* NFSv3 attributes */ | 63 | #define NFS_ATTR_FATTR_V3 0x0004 /* NFSv3 attributes */ |
64 | #define NFS_ATTR_FATTR_V4 0x0008 /* NFSv4 change attribute */ | 64 | #define NFS_ATTR_FATTR_V4 0x0008 /* NFSv4 change attribute */ |
65 | #define NFS_ATTR_FATTR_V4_REFERRAL 0x0010 /* NFSv4 referral */ | 65 | #define NFS_ATTR_WCC_V4 0x0010 /* pre-op change attribute */ |
66 | #define NFS_ATTR_FATTR_V4_REFERRAL 0x0020 /* NFSv4 referral */ | ||
66 | 67 | ||
67 | /* | 68 | /* |
68 | * Info on the file system | 69 | * Info on the file system |