diff options
Diffstat (limited to 'include/linux/nfsd/state.h')
-rw-r--r-- | include/linux/nfsd/state.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/nfsd/state.h b/include/linux/nfsd/state.h index 105cc100de05..f5a95fd34312 100644 --- a/include/linux/nfsd/state.h +++ b/include/linux/nfsd/state.h | |||
@@ -85,7 +85,8 @@ struct nfs4_cb_conn { | |||
85 | u32 cb_addr; | 85 | u32 cb_addr; |
86 | unsigned short cb_port; | 86 | unsigned short cb_port; |
87 | u32 cb_prog; | 87 | u32 cb_prog; |
88 | u32 cb_ident; | 88 | u32 cb_minorversion; |
89 | u32 cb_ident; /* minorversion 0 only */ | ||
89 | /* RPC client info */ | 90 | /* RPC client info */ |
90 | atomic_t cb_set; /* successful CB_NULL call */ | 91 | atomic_t cb_set; /* successful CB_NULL call */ |
91 | struct rpc_clnt * cb_client; | 92 | struct rpc_clnt * cb_client; |