From: Trond Myklebust Date: Sat, 2 Mar 2019 15:22:56 +0000 (-0500) Subject: NFSv4.1: Bump the default callback session slot count to 16 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=067c46967160;p=linux.git 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 --- diff --git a/fs/nfs/nfs4session.h b/fs/nfs/nfs4session.h index 230509b771216..b996ee23f1bae 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)