svn commit: r194211 - stable/7/lib/libstand
Paul Saab
ps at FreeBSD.org
Sun Jun 14 20:12:14 UTC 2009
Author: ps
Date: Sun Jun 14 20:12:12 2009
New Revision: 194211
URL: http://svn.freebsd.org/changeset/base/194211
Log:
Merge r192679
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:
stable/7/lib/libstand/ (props changed)
stable/7/lib/libstand/stand.h
Modified: stable/7/lib/libstand/stand.h
==============================================================================
--- stable/7/lib/libstand/stand.h Sun Jun 14 19:53:52 2009 (r194210)
+++ stable/7/lib/libstand/stand.h Sun Jun 14 20:12:12 2009 (r194211)
@@ -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 */
More information about the svn-src-stable
mailing list