We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da5c425 commit 503a665Copy full SHA for 503a665
fs/nfsd/state.h
@@ -174,7 +174,8 @@ static inline struct nfs4_delegation *delegstateid(struct nfs4_stid *s)
174
/* Maximum number of slots per session. 160 is useful for long haul TCP */
175
#define NFSD_MAX_SLOTS_PER_SESSION 160
176
/* Maximum number of operations per session compound */
177
-#define NFSD_MAX_OPS_PER_COMPOUND 16
+/* Delphix: increase operations to accomodate Solaris client NFSv4 mounts */
178
+#define NFSD_MAX_OPS_PER_COMPOUND 40
179
/* Maximum session per slot cache size */
180
#define NFSD_SLOT_CACHE_SIZE 2048
181
/* Maximum number of NFSD_SLOT_CACHE_SIZE slots per session */
0 commit comments