Update start_process to acquire filesys lock when loading user process file

This commit is contained in:
Themis Demetriades
2024-11-12 14:21:33 +00:00
parent 7d9900c6d8
commit a69b9c808e
5 changed files with 14 additions and 9 deletions

View File

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