aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/nfs_fs_sb.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/nfs_fs_sb.h')
-rw-r--r--include/linux/nfs_fs_sb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/nfs_fs_sb.h b/include/linux/nfs_fs_sb.h
index 1eaa054a2c7d..e93ada0565fc 100644
--- a/include/linux/nfs_fs_sb.h
+++ b/include/linux/nfs_fs_sb.h
@@ -197,6 +197,7 @@ struct nfs4_slot_table {
197 * op for dynamic resizing */ 197 * op for dynamic resizing */
198 int target_max_slots; /* Set by CB_RECALL_SLOT as 198 int target_max_slots; /* Set by CB_RECALL_SLOT as
199 * the new max_slots */ 199 * the new max_slots */
200 struct completion complete;
200}; 201};
201 202
202static inline int slot_idx(struct nfs4_slot_table *tbl, struct nfs4_slot *sp) 203static inline int slot_idx(struct nfs4_slot_table *tbl, struct nfs4_slot *sp)
@@ -213,7 +214,6 @@ struct nfs4_session {
213 unsigned long session_state; 214 unsigned long session_state;
214 u32 hash_alg; 215 u32 hash_alg;
215 u32 ssv_len; 216 u32 ssv_len;
216 struct completion complete;
217 217
218 /* The fore and back channel */ 218 /* The fore and back channel */
219 struct nfs4_channel_attrs fc_attrs; 219 struct nfs4_channel_attrs fc_attrs;