diff options
Diffstat (limited to 'fs/nfs/nfs4_fs.h')
-rw-r--r-- | fs/nfs/nfs4_fs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/nfs/nfs4_fs.h b/fs/nfs/nfs4_fs.h index 5d4e82b10c3c..856bc496a210 100644 --- a/fs/nfs/nfs4_fs.h +++ b/fs/nfs/nfs4_fs.h | |||
@@ -258,10 +258,10 @@ extern int nfs4_proc_get_lease_time(struct nfs_client *clp, | |||
258 | extern int nfs4_proc_layoutcommit(struct nfs4_layoutcommit_data *data, | 258 | extern int nfs4_proc_layoutcommit(struct nfs4_layoutcommit_data *data, |
259 | bool sync); | 259 | bool sync); |
260 | 260 | ||
261 | extern struct nfs4_slot *nfs4_alloc_slots(struct nfs4_slot_table *table, | ||
262 | u32 max_slots, gfp_t gfp_flags); | ||
263 | extern void nfs41_set_target_slotid(struct nfs4_slot_table *tbl, | 261 | extern void nfs41_set_target_slotid(struct nfs4_slot_table *tbl, |
264 | u32 target_highest_slotid); | 262 | u32 target_highest_slotid); |
263 | extern int nfs4_resize_slot_table(struct nfs4_slot_table *tbl, | ||
264 | u32 max_reqs, u32 ivalue); | ||
265 | 265 | ||
266 | static inline bool | 266 | static inline bool |
267 | is_ds_only_client(struct nfs_client *clp) | 267 | is_ds_only_client(struct nfs_client *clp) |