diff options
Diffstat (limited to 'include/linux/nfs_xdr.h')
-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 51bfadbe24e2..d159fe733381 100644 --- a/include/linux/nfs_xdr.h +++ b/include/linux/nfs_xdr.h | |||
@@ -1040,6 +1040,7 @@ struct nfs_write_data { | |||
1040 | }; | 1040 | }; |
1041 | 1041 | ||
1042 | struct nfs_access_entry; | 1042 | struct nfs_access_entry; |
1043 | struct nfs_client; | ||
1043 | 1044 | ||
1044 | /* | 1045 | /* |
1045 | * RPC procedure vector for NFSv2/NFSv3 demuxing | 1046 | * RPC procedure vector for NFSv2/NFSv3 demuxing |
@@ -1104,6 +1105,8 @@ struct nfs_rpc_ops { | |||
1104 | struct nfs_open_context *ctx, | 1105 | struct nfs_open_context *ctx, |
1105 | int open_flags, | 1106 | int open_flags, |
1106 | struct iattr *iattr); | 1107 | struct iattr *iattr); |
1108 | int (*init_client) (struct nfs_client *, const struct rpc_timeout *, | ||
1109 | const char *, rpc_authflavor_t, int); | ||
1107 | }; | 1110 | }; |
1108 | 1111 | ||
1109 | /* | 1112 | /* |