Skip to content

Commit 3fdbaf9

Browse files
Don BradyDelphix Engineering
Don Brady
authored and
Delphix Engineering
committed
DLPX-82827 Fix for Solaris NFSv4 client mounts (#12)
1 parent 6c5e7a4 commit 3fdbaf9

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)