diff options
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/nfs_xdr.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/nfs_xdr.h b/include/linux/nfs_xdr.h index 41e5a19199e9..26879771831d 100644 --- a/include/linux/nfs_xdr.h +++ b/include/linux/nfs_xdr.h | |||
@@ -770,6 +770,9 @@ struct nfs_rpc_ops { | |||
770 | 770 | ||
771 | int (*getroot) (struct nfs_server *, struct nfs_fh *, | 771 | int (*getroot) (struct nfs_server *, struct nfs_fh *, |
772 | struct nfs_fsinfo *); | 772 | struct nfs_fsinfo *); |
773 | int (*lookupfh)(struct nfs_server *, struct nfs_fh *, | ||
774 | struct qstr *, struct nfs_fh *, | ||
775 | struct nfs_fattr *); | ||
773 | int (*getattr) (struct nfs_server *, struct nfs_fh *, | 776 | int (*getattr) (struct nfs_server *, struct nfs_fh *, |
774 | struct nfs_fattr *); | 777 | struct nfs_fattr *); |
775 | int (*setattr) (struct dentry *, struct nfs_fattr *, | 778 | int (*setattr) (struct dentry *, struct nfs_fattr *, |