update proc.c::do_fork FUN, change put_fs to put_files

This commit is contained in:
chyyuu 2013-03-11 14:04:18 -04:00
parent 1c66b0f6b3
commit 93a3f50543

View File

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