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;
|
return ret;
|
||||||
|
|
||||||
bad_fork_cleanup_fs: //for LAB8
|
bad_fork_cleanup_fs: //for LAB8
|
||||||
put_fs(proc);
|
put_files(proc);
|
||||||
bad_fork_cleanup_kstack:
|
bad_fork_cleanup_kstack:
|
||||||
put_kstack(proc);
|
put_kstack(proc);
|
||||||
bad_fork_cleanup_proc:
|
bad_fork_cleanup_proc:
|
||||||
|
Loading…
Reference in New Issue
Block a user