|
@@ -78,9 +78,6 @@ extern void nfs4_release_slot_table(struct nfs4_slot_table *tbl);
|
|
|
extern struct nfs4_slot *nfs4_alloc_slot(struct nfs4_slot_table *tbl);
|
|
|
extern void nfs4_free_slot(struct nfs4_slot_table *tbl, struct nfs4_slot *slot);
|
|
|
extern void nfs4_slot_tbl_drain_complete(struct nfs4_slot_table *tbl);
|
|
|
-extern void nfs41_update_target_slotid(struct nfs4_slot_table *tbl,
|
|
|
- struct nfs4_slot *slot,
|
|
|
- struct nfs4_sequence_res *res);
|
|
|
bool nfs41_wake_and_assign_slot(struct nfs4_slot_table *tbl,
|
|
|
struct nfs4_slot *slot);
|
|
|
void nfs41_wake_slot_table(struct nfs4_slot_table *tbl);
|
|
@@ -93,6 +90,9 @@ static inline bool nfs4_slot_tbl_draining(struct nfs4_slot_table *tbl)
|
|
|
#if defined(CONFIG_NFS_V4_1)
|
|
|
extern void nfs41_set_target_slotid(struct nfs4_slot_table *tbl,
|
|
|
u32 target_highest_slotid);
|
|
|
+extern void nfs41_update_target_slotid(struct nfs4_slot_table *tbl,
|
|
|
+ struct nfs4_slot *slot,
|
|
|
+ struct nfs4_sequence_res *res);
|
|
|
|
|
|
extern int nfs4_setup_session_slot_tables(struct nfs4_session *ses);
|
|
|
|