]> git.decadent.org.uk Git - nfs-utils.git/commitdiff
Increase the number of concurrent krb5 mounts by increasing
authorDrew Middlesworth <drew.middlesworth@gmail.com>
Tue, 4 Mar 2008 14:27:57 +0000 (09:27 -0500)
committerSteve Dickson <steved@dickson.boston.devel.redhat.com>
Tue, 4 Mar 2008 14:27:57 +0000 (09:27 -0500)
the size of the poll array

Signed-off-by: Kevin Coffman <kwc@citi.umich.edu>
Signed-off-by: Steve Dickson <steved@redhat.com>
utils/gssd/gssd.h

index 6b96ce17d6632997580be6755593d4218703af46..e17edde9e796ce8a206b5c098b7e92fd72c84879 100644 (file)
@@ -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