From: Andy Adamson <andros@xxxxxxxxxx> 128 slots is a bit much without proof that they are needed. Signed-off-by: Andy Adamson <andros@xxxxxxxxxx> --- include/linux/nfsd/state.h | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/include/linux/nfsd/state.h b/include/linux/nfsd/state.h index 20d9958..0b07d40 100644 --- a/include/linux/nfsd/state.h +++ b/include/linux/nfsd/state.h @@ -105,8 +105,7 @@ struct nfs4_callback { struct rpc_clnt * cb_client; }; -/* Maximum number of slots per session. 128 is useful for long haul TCP */ -#define NFSD_MAX_SLOTS_PER_SESSION 128 +#define NFSD_MAX_SLOTS_PER_SESSION 16 #define NFSD_SLOT_CACHE_SIZE 512 /* Maximum number of operations per session compound */ #define NFSD_MAX_OPS_PER_COMPOUND 16 -- 1.5.4.3 -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html