fix (proc): changed fd_array chunk size back to 32. I forgot this after testing.
This commit is contained in:
parent
c14013efaa
commit
45edbfb64e
|
@ -7,7 +7,7 @@
|
|||
#include "utils/bitmap.h"
|
||||
#include "drivers/fs/vfs.h"
|
||||
|
||||
#define FILE_DESCRIPTOR_ARRAY_CHUNK_SIZE 2
|
||||
#define FILE_DESCRIPTOR_ARRAY_CHUNK_SIZE 32
|
||||
|
||||
typedef int32_t file_descriptor_t;
|
||||
|
||||
|
|
Loading…
Reference in New Issue