aboutsummaryrefslogtreecommitdiff
path: root/lib/libstand
diff options
context:
space:
mode:
authorDoug Rabson <dfr@FreeBSD.org>2009-05-24 11:37:10 +0000
committerDoug Rabson <dfr@FreeBSD.org>2009-05-24 11:37:10 +0000
commit3b086f3159bd795c940ead5f973471e7df9d2265 (patch)
tree17d2884785b4a2640b864eba3df76c879c8f5847 /lib/libstand
parent57d8181b40bab5afbb18be5337277395559279c2 (diff)
downloadsrc-3b086f3159bd795c940ead5f973471e7df9d2265.tar.gz
src-3b086f3159bd795c940ead5f973471e7df9d2265.zip
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.
Notes
Notes: svn path=/head/; revision=192679
Diffstat (limited to 'lib/libstand')
-rw-r--r--lib/libstand/stand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libstand/stand.h b/lib/libstand/stand.h
index 91bfd931ff2e..eae160530ab5 100644
--- a/lib/libstand/stand.h
+++ b/lib/libstand/stand.h
@@ -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 */