aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/nfsd
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/nfsd')
-rw-r--r--include/linux/nfsd/state.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/nfsd/state.h b/include/linux/nfsd/state.h
index 8d882a3eb4b9..563c367a3013 100644
--- a/include/linux/nfsd/state.h
+++ b/include/linux/nfsd/state.h
@@ -88,7 +88,7 @@ struct nfs4_delegation {
88#define dl_fh dl_recall.cbr_fh 88#define dl_fh dl_recall.cbr_fh
89 89
90/* client delegation callback info */ 90/* client delegation callback info */
91struct nfs4_callback { 91struct nfs4_cb_conn {
92 /* SETCLIENTID info */ 92 /* SETCLIENTID info */
93 u32 cb_addr; 93 u32 cb_addr;
94 unsigned short cb_port; 94 unsigned short cb_port;
@@ -186,7 +186,7 @@ struct nfs4_client {
186 struct svc_cred cl_cred; /* setclientid principal */ 186 struct svc_cred cl_cred; /* setclientid principal */
187 clientid_t cl_clientid; /* generated by server */ 187 clientid_t cl_clientid; /* generated by server */
188 nfs4_verifier cl_confirm; /* generated by server */ 188 nfs4_verifier cl_confirm; /* generated by server */
189 struct nfs4_callback cl_callback; /* callback info */ 189 struct nfs4_cb_conn cl_cb_conn; /* callback info */
190 atomic_t cl_count; /* ref count */ 190 atomic_t cl_count; /* ref count */
191 u32 cl_firststate; /* recovery dir creation */ 191 u32 cl_firststate; /* recovery dir creation */
192 192