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
-1
View File
@@ -20,7 +20,6 @@ test_main (void)
int fd;
CHECK (create (file_name, sizeof buf1), "create \"%s\"", file_name);
exec_children ("child-syn-wrt", children, CHILD_CNT);
wait_children (children, CHILD_CNT);