diff options
author | Trond Myklebust <Trond.Myklebust@netapp.com> | 2012-11-20 01:50:45 +0100 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2012-11-21 15:29:53 +0100 |
commit | 9216106a847a53e6d0fe6d11dfd9175f2ca7fccf (patch) | |
tree | 156d5c80974cf81f81856bd0e9b01a55613e1170 /fs/nfs/nfs4_fs.h | |
parent | NFSv4.1: nfs4_alloc_slots doesn't need zeroing (diff) | |
download | linux-9216106a847a53e6d0fe6d11dfd9175f2ca7fccf.tar.xz linux-9216106a847a53e6d0fe6d11dfd9175f2ca7fccf.zip |
NFSv4.1: clean up nfs4_recall_slot to use nfs4_alloc_slots
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'fs/nfs/nfs4_fs.h')
-rw-r--r-- | fs/nfs/nfs4_fs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/nfs/nfs4_fs.h b/fs/nfs/nfs4_fs.h index a525fdefccde..36880b9aa91e 100644 --- a/fs/nfs/nfs4_fs.h +++ b/fs/nfs/nfs4_fs.h @@ -258,6 +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); + static inline bool is_ds_only_client(struct nfs_client *clp) { |