diff options
Diffstat (limited to 'include/linux/nfsd/state.h')
-rw-r--r-- | include/linux/nfsd/state.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/nfsd/state.h b/include/linux/nfsd/state.h index 4d61c873feed..8d882a3eb4b9 100644 --- a/include/linux/nfsd/state.h +++ b/include/linux/nfsd/state.h | |||
@@ -97,6 +97,7 @@ struct nfs4_callback { | |||
97 | /* RPC client info */ | 97 | /* RPC client info */ |
98 | atomic_t cb_set; /* successful CB_NULL call */ | 98 | atomic_t cb_set; /* successful CB_NULL call */ |
99 | struct rpc_clnt * cb_client; | 99 | struct rpc_clnt * cb_client; |
100 | struct rpc_cred * cb_cred; | ||
100 | }; | 101 | }; |
101 | 102 | ||
102 | /* Maximum number of slots per session. 128 is useful for long haul TCP */ | 103 | /* Maximum number of slots per session. 128 is useful for long haul TCP */ |