diff options
Diffstat (limited to 'fs/nfs/nfs4_fs.h')
-rw-r--r-- | fs/nfs/nfs4_fs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/nfs/nfs4_fs.h b/fs/nfs/nfs4_fs.h index 36880b9aa91e..42c58691fb41 100644 --- a/fs/nfs/nfs4_fs.h +++ b/fs/nfs/nfs4_fs.h | |||
@@ -258,7 +258,8 @@ 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(u32 max_slots, gfp_t gfp_flags); | 261 | extern struct nfs4_slot *nfs4_alloc_slots(struct nfs4_slot_table *table, |
262 | u32 max_slots, gfp_t gfp_flags); | ||
262 | 263 | ||
263 | static inline bool | 264 | static inline bool |
264 | is_ds_only_client(struct nfs_client *clp) | 265 | is_ds_only_client(struct nfs_client *clp) |