diff options
Diffstat (limited to 'fs/nfsd/state.h')
-rw-r--r-- | fs/nfsd/state.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfsd/state.h b/fs/nfsd/state.h index cdce26ad50b5..7f5b2671ef18 100644 --- a/fs/nfsd/state.h +++ b/fs/nfsd/state.h | |||
@@ -172,6 +172,7 @@ struct nfsd4_session { | |||
172 | struct nfsd4_channel_attrs se_fchannel; | 172 | struct nfsd4_channel_attrs se_fchannel; |
173 | struct nfsd4_channel_attrs se_bchannel; | 173 | struct nfsd4_channel_attrs se_bchannel; |
174 | struct list_head se_conns; | 174 | struct list_head se_conns; |
175 | u32 se_cb_seq_nr; | ||
175 | struct nfsd4_slot *se_slots[]; /* forward channel slots */ | 176 | struct nfsd4_slot *se_slots[]; /* forward channel slots */ |
176 | }; | 177 | }; |
177 | 178 | ||
@@ -249,7 +250,6 @@ struct nfs4_client { | |||
249 | /* for nfs41 callbacks */ | 250 | /* for nfs41 callbacks */ |
250 | /* We currently support a single back channel with a single slot */ | 251 | /* We currently support a single back channel with a single slot */ |
251 | unsigned long cl_cb_slot_busy; | 252 | unsigned long cl_cb_slot_busy; |
252 | u32 cl_cb_seq_nr; | ||
253 | struct rpc_wait_queue cl_cb_waitq; /* backchannel callers may */ | 253 | struct rpc_wait_queue cl_cb_waitq; /* backchannel callers may */ |
254 | /* wait here for slots */ | 254 | /* wait here for slots */ |
255 | }; | 255 | }; |