We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a7c7b1 commit 27d94d6Copy full SHA for 27d94d6
fs/nfsd/state.h
@@ -161,7 +161,8 @@ static inline struct nfs4_delegation *delegstateid(struct nfs4_stid *s)
161
/* Maximum number of slots per session. 160 is useful for long haul TCP */
162
#define NFSD_MAX_SLOTS_PER_SESSION 160
163
/* Maximum number of operations per session compound */
164
-#define NFSD_MAX_OPS_PER_COMPOUND 16
+/* Delphix: increase operations to accomodate Solaris client NFSv4 mounts */
165
+#define NFSD_MAX_OPS_PER_COMPOUND 40
166
/* Maximum session per slot cache size */
167
#define NFSD_SLOT_CACHE_SIZE 2048
168
/* Maximum number of NFSD_SLOT_CACHE_SIZE slots per session */
0 commit comments