Author: dfr
Date: Sun May 24 11:37:10 2009
New Revision: 192679
URL: http://svn.freebsd.org/changeset/base/192679

Log:
  Increase the number of available file descriptors to 64. This fixes the
  reported zfsboot problems for systems where more than seven drives are part
  of ZFS pools.

Modified:
  head/lib/libstand/stand.h

Modified: head/lib/libstand/stand.h
==============================================================================
--- head/lib/libstand/stand.h   Sun May 24 11:10:27 2009        (r192678)
+++ head/lib/libstand/stand.h   Sun May 24 11:37:10 2009        (r192679)
@@ -167,7 +167,7 @@ struct open_file {
 #define SOPEN_RASIZE   512
 };
 
-#define        SOPEN_MAX       8
+#define        SOPEN_MAX       64
 extern struct open_file files[];
 
 /* f_flags values */
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to