Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 123278
b: refs/heads/master
c: 7c0990c
h: refs/heads/master
v: v3
  • Loading branch information
Nikanth Karthikesan authored and Jens Axboe committed Dec 29, 2008
1 parent 72b12d7 commit 7005076
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d194139c18edb7dae45e159a24f2aa72091033b8
refs/heads/master: 7c0990c7ee988aa193abbb7da3faeb9279146dbf
2 changes: 0 additions & 2 deletions trunk/kernel/exit.c
Original file line number Diff line number Diff line change
Expand Up @@ -1037,8 +1037,6 @@ NORET_TYPE void do_exit(long code)
* task into the wait for ever nirwana as well.
*/
tsk->flags |= PF_EXITPIDONE;
if (tsk->io_context)
exit_io_context();
set_current_state(TASK_UNINTERRUPTIBLE);
schedule();
}
Expand Down

0 comments on commit 7005076

Please sign in to comment.