Update start_process to acquire filesys lock when loading user process file
This commit is contained in:
@@ -13,7 +13,6 @@
|
||||
#include <stdio.h>
|
||||
#include <syscall-nr.h>
|
||||
|
||||
static struct lock filesys_lock;
|
||||
static unsigned fd_counter = MIN_USER_FD;
|
||||
|
||||
struct open_file
|
||||
|
||||
Reference in New Issue
Block a user