Skip to content

Commit

Permalink
DLPX-82827 Fix for Solaris NFSv4 client mounts (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
Don Brady authored and Delphix Engineering committed Apr 28, 2023
1 parent 300502b commit 2b2cd75
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fs/nfsd/state.h
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,8 @@ static inline struct nfs4_delegation *delegstateid(struct nfs4_stid *s)
/* Maximum number of slots per session. 160 is useful for long haul TCP */
#define NFSD_MAX_SLOTS_PER_SESSION 160
/* Maximum number of operations per session compound */
#define NFSD_MAX_OPS_PER_COMPOUND 16
/* Delphix: increase operations to accomodate Solaris client NFSv4 mounts */
#define NFSD_MAX_OPS_PER_COMPOUND 40
/* Maximum session per slot cache size */
#define NFSD_SLOT_CACHE_SIZE 2048
/* Maximum number of NFSD_SLOT_CACHE_SIZE slots per session */
Expand Down

0 comments on commit 2b2cd75

Please sign in to comment.