Support thread.
This commit is contained in:
@@ -57,7 +57,7 @@ static int InodeFreeRecursive(struct Inode* dp);
|
||||
static char* PathElementExtract(char* path, char* name);
|
||||
static uint32_t InodeBlockMapping(struct Inode* inode, uint32_t block_num);
|
||||
|
||||
#define MAX_SUPPORT_FD 2048
|
||||
#define MAX_SUPPORT_FD 4096
|
||||
static struct FileDescriptor fd_table[MAX_SUPPORT_FD];
|
||||
|
||||
struct MemFsRange MemFsRange;
|
||||
|
||||
@@ -23,7 +23,7 @@ struct CwdPair {
|
||||
struct Inode* Inode;
|
||||
};
|
||||
|
||||
#define MAX_SUPPORT_SESSION 2048
|
||||
#define MAX_SUPPORT_SESSION 4096
|
||||
static struct CwdPair session_cwd[MAX_SUPPORT_SESSION];
|
||||
|
||||
static struct CwdPair* get_session_cwd(void)
|
||||
|
||||
Reference in New Issue
Block a user