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.
This commit is contained in:
dfr 2009-05-24 11:37:10 +00:00
parent 4bf244123e
commit 216f2b3fe3

View File

@ -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 */