Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 067c4696 authored by Trond Myklebust's avatar Trond Myklebust
Browse files

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: default avatarTrond Myklebust <trond.myklebust@hammerspace.com>
parent 12a3ad61
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)