mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-12 09:58:36 +00:00
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:
parent
57d8181b40
commit
3b086f3159
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=192679
@ -167,7 +167,7 @@ struct open_file {
|
|||||||
#define SOPEN_RASIZE 512
|
#define SOPEN_RASIZE 512
|
||||||
};
|
};
|
||||||
|
|
||||||
#define SOPEN_MAX 8
|
#define SOPEN_MAX 64
|
||||||
extern struct open_file files[];
|
extern struct open_file files[];
|
||||||
|
|
||||||
/* f_flags values */
|
/* f_flags values */
|
||||||
|
Loading…
Reference in New Issue
Block a user