diff options
author | Trond Myklebust <trond.myklebust@hammerspace.com> | 2019-03-02 16:22:56 +0100 |
---|---|---|
committer | Trond Myklebust <trond.myklebust@hammerspace.com> | 2019-03-02 22:25:26 +0100 |
commit | 067c46967160b5c7052492734d695c501ef376fe (patch) | |
tree | 7d716fdad2fd98e65113826025f5fdddd8d565b0 /fs | |
parent | SUNRPC: Convert remaining GFP_NOIO, and GFP_NOWAIT sites in sunrpc (diff) | |
download | linux-067c46967160b5c7052492734d695c501ef376fe.tar.xz linux-067c46967160b5c7052492734d695c501ef376fe.zip |
NFSv4.1: Bump the default callback session slot count to 16
Users can still control this value explicitly using the
max_session_cb_slots module parameter, but let's bump the default
up to 16 for now.
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/nfs/nfs4session.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/nfs4session.h b/fs/nfs/nfs4session.h index 230509b77121..b996ee23f1ba 100644 --- a/fs/nfs/nfs4session.h +++ b/fs/nfs/nfs4session.h @@ -10,7 +10,7 @@ /* maximum number of slots to use */ #define NFS4_DEF_SLOT_TABLE_SIZE (64U) -#define NFS4_DEF_CB_SLOT_TABLE_SIZE (1U) +#define NFS4_DEF_CB_SLOT_TABLE_SIZE (16U) #define NFS4_MAX_SLOT_TABLE (1024U) #define NFS4_NO_SLOT ((u32)-1) |