diff options
Diffstat (limited to 'include/linux/nfs_xdr.h')
-rw-r--r-- | include/linux/nfs_xdr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/nfs_xdr.h b/include/linux/nfs_xdr.h index 4dada94eba7d..c940d46eb423 100644 --- a/include/linux/nfs_xdr.h +++ b/include/linux/nfs_xdr.h | |||
@@ -1347,7 +1347,7 @@ struct nfs_rpc_ops { | |||
1347 | struct nfs_fattr *); | 1347 | struct nfs_fattr *); |
1348 | int (*setattr) (struct dentry *, struct nfs_fattr *, | 1348 | int (*setattr) (struct dentry *, struct nfs_fattr *, |
1349 | struct iattr *); | 1349 | struct iattr *); |
1350 | int (*lookup) (struct rpc_clnt *clnt, struct inode *, struct qstr *, | 1350 | int (*lookup) (struct inode *, struct qstr *, |
1351 | struct nfs_fh *, struct nfs_fattr *); | 1351 | struct nfs_fh *, struct nfs_fattr *); |
1352 | int (*access) (struct inode *, struct nfs_access_entry *); | 1352 | int (*access) (struct inode *, struct nfs_access_entry *); |
1353 | int (*readlink)(struct inode *, struct page *, unsigned int, | 1353 | int (*readlink)(struct inode *, struct page *, unsigned int, |