Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0da7a8b commit 476faa6Copy full SHA for 476faa6
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