Skip to content

Commit 27d94d6

Browse files
author
Don Brady
committed
DLPX-82827 Fix for Solaris NFSv4 client mounts
1 parent 7a7c7b1 commit 27d94d6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

fs/nfsd/state.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,8 @@ static inline struct nfs4_delegation *delegstateid(struct nfs4_stid *s)
161161
/* Maximum number of slots per session. 160 is useful for long haul TCP */
162162
#define NFSD_MAX_SLOTS_PER_SESSION 160
163163
/* Maximum number of operations per session compound */
164-
#define NFSD_MAX_OPS_PER_COMPOUND 16
164+
/* Delphix: increase operations to accomodate Solaris client NFSv4 mounts */
165+
#define NFSD_MAX_OPS_PER_COMPOUND 40
165166
/* Maximum session per slot cache size */
166167
#define NFSD_SLOT_CACHE_SIZE 2048
167168
/* Maximum number of NFSD_SLOT_CACHE_SIZE slots per session */

0 commit comments

Comments
 (0)