summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/conf/param.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/common/conf/param.c')
-rw-r--r--usr/src/uts/common/conf/param.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/usr/src/uts/common/conf/param.c b/usr/src/uts/common/conf/param.c
index 7a7b9a208b..a71be771fd 100644
--- a/usr/src/uts/common/conf/param.c
+++ b/usr/src/uts/common/conf/param.c
@@ -18,7 +18,9 @@
*
* CDDL HEADER END
*/
+
/*
+ * Copyright 2014 Nexenta Systems, Inc. All rights reserved.
* Copyright (c) 1983, 2010, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2012, Joyent, Inc. All rights reserved.
* Copyright 2012 Milan Jurik. All rights reserved.
@@ -594,10 +596,6 @@ param_calc(int platform_max_nprocs)
cmn_err(CE_NOTE, "maxusers limited to %d", MAX_MAXUSERS);
}
- if (ngroups_max > NGROUPS_MAX_DEFAULT)
- cmn_err(CE_WARN, "ngroups_max of %d > %d, NFS AUTH_SYS will"
- " not work properly", ngroups_max, NGROUPS_MAX_DEFAULT);
-
#ifdef DEBUG
/*
* The purpose of maxusers is to prevent memory overcommit.