nfs41: implement cb_recall_slot
[deliverable/linux.git] / include / linux / nfs_fs_sb.h
index 34fc6be5bfcfd95d03534b59687564fe82071042..ecd9e6c74d06c3d46610cea4641b4fb5d296c97b 100644 (file)
@@ -193,6 +193,8 @@ struct nfs4_slot_table {
        int             max_slots;              /* # slots in table */
        int             highest_used_slotid;    /* sent to server on each SEQ.
                                                 * op for dynamic resizing */
+       int             target_max_slots;       /* Set by CB_RECALL_SLOT as
+                                                * the new max_slots */
 };
 
 static inline int slot_idx(struct nfs4_slot_table *tbl, struct nfs4_slot *sp)
This page took 0.02605 seconds and 5 git commands to generate.