Skip to content

Commit f89fbc9

Browse files
Don BradyPrakash Surya
Don Brady
authored and
Prakash Surya
committed
DLPX-82827 Fix for Solaris NFSv4 client mounts (#12)
1 parent e72f4d5 commit f89fbc9

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
@@ -174,7 +174,8 @@ static inline struct nfs4_delegation *delegstateid(struct nfs4_stid *s)
174174
/* Maximum number of slots per session. 160 is useful for long haul TCP */
175175
#define NFSD_MAX_SLOTS_PER_SESSION 160
176176
/* Maximum number of operations per session compound */
177-
#define NFSD_MAX_OPS_PER_COMPOUND 16
177+
/* Delphix: increase operations to accomodate Solaris client NFSv4 mounts */
178+
#define NFSD_MAX_OPS_PER_COMPOUND 40
178179
/* Maximum session per slot cache size */
179180
#define NFSD_SLOT_CACHE_SIZE 2048
180181
/* Maximum number of NFSD_SLOT_CACHE_SIZE slots per session */

0 commit comments

Comments
 (0)