This website works better with JavaScript.
Home
Explore
帮助
返回水杉在线
登录水杉在线
登录水杉码园
10213903403
/
os_kernel_lab
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
update proc.c::do_fork FUN, change put_fs to put_files
main
chyyuu
11 years ago
parent
1c66b0f6b3
commit
93a3f50543
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
code/lab8/kern/process/proc.c
+ 1
- 1
code/lab8/kern/process/proc.c
View File
@ -466,7 +466,7 @@ fork_out:
return
ret
;
bad_fork_cleanup_fs
:
/
/
for
LAB8
put_fs
(
proc
)
;
put_f
ile
s
(
proc
)
;
bad_fork_cleanup_kstack
:
put_kstack
(
proc
)
;
bad_fork_cleanup_proc
:
Write
Preview
Loading…
Cancel
Save