NFSv4.1: Shrink struct nfs4_sequence_res by moving the session pointer
[firefly-linux-kernel-4.4.55.git] / fs / nfs / nfs4_fs.h
index 36880b9aa91e8ec334fee0845f9df6c53f6c1367..42c58691fb4180ead5a0bd1ded00bb5ac99529fe 100644 (file)
@@ -258,7 +258,8 @@ extern int nfs4_proc_get_lease_time(struct nfs_client *clp,
 extern int nfs4_proc_layoutcommit(struct nfs4_layoutcommit_data *data,
                                  bool sync);
 
-extern struct nfs4_slot *nfs4_alloc_slots(u32 max_slots, gfp_t gfp_flags);
+extern struct nfs4_slot *nfs4_alloc_slots(struct nfs4_slot_table *table,
+               u32 max_slots, gfp_t gfp_flags);
 
 static inline bool
 is_ds_only_client(struct nfs_client *clp)