update proc.c::do_fork FUN, change put_fs to put_files
This commit is contained in:
parent
1c66b0f6b3
commit
93a3f50543
@ -466,7 +466,7 @@ fork_out:
|
||||
return ret;
|
||||
|
||||
bad_fork_cleanup_fs: //for LAB8
|
||||
put_fs(proc);
|
||||
put_files(proc);
|
||||
bad_fork_cleanup_kstack:
|
||||
put_kstack(proc);
|
||||
bad_fork_cleanup_proc:
|
||||
|
Loading…
Reference in New Issue
Block a user