summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDrew Middlesworth <drew.middlesworth@gmail.com>2008-03-04 09:27:57 -0500
committerSteve Dickson <steved@dickson.boston.devel.redhat.com>2008-03-04 09:27:57 -0500
commitd15fa02fe38f6f1c9183540810ac7bfeac0c7c17 (patch)
treed3f1bdca19de466db55fd326b58a60bddf802887
parentbcd0fcaf0966c546da5043be700587f73174ae25 (diff)
downloadnfs-utils-d15fa02fe38f6f1c9183540810ac7bfeac0c7c17.tar.gz
nfs-utils-d15fa02fe38f6f1c9183540810ac7bfeac0c7c17.tar.xz
nfs-utils-d15fa02fe38f6f1c9183540810ac7bfeac0c7c17.zip
Increase the number of concurrent krb5 mounts by increasing
the size of the poll array Signed-off-by: Kevin Coffman <kwc@citi.umich.edu> Signed-off-by: Steve Dickson <steved@redhat.com>
-rw-r--r--utils/gssd/gssd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/gssd/gssd.h b/utils/gssd/gssd.h
index 6b96ce1..e17edde 100644
--- a/utils/gssd/gssd.h
+++ b/utils/gssd/gssd.h
@@ -36,7 +36,7 @@
#include <gssapi/gssapi.h>
#define MAX_FILE_NAMELEN 32
-#define FD_ALLOC_BLOCK 32
+#define FD_ALLOC_BLOCK 256
#ifndef GSSD_PIPEFS_DIR
#define GSSD_PIPEFS_DIR "/var/lib/nfs/rpc_pipefs"
#endif