Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 143956
b: refs/heads/master
c: 418df63
h: refs/heads/master
v: v3
  • Loading branch information
Jonathan Corbet authored and Linus Torvalds committed Apr 24, 2009
1 parent 0707c19 commit 717cfb1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions 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: 3e241ff0c57cb610301009fe8c3b9da4c6877800
refs/heads/master: 418df63c2d94f238ac7e1d1d53be35dd6b7a7252
4 changes: 2 additions & 2 deletions trunk/kernel/slow-work.c
Original file line number Diff line number Diff line change
Expand Up @@ -609,14 +609,14 @@ void slow_work_unregister_user(void)
if (slow_work_user_count == 0) {
printk(KERN_NOTICE "Slow work thread pool: Shutting down\n");
slow_work_threads_should_exit = true;
del_timer_sync(&slow_work_cull_timer);
del_timer_sync(&slow_work_oom_timer);
wake_up_all(&slow_work_thread_wq);
wait_for_completion(&slow_work_last_thread_exited);
printk(KERN_NOTICE "Slow work thread pool:"
" Shut down complete\n");
}

del_timer_sync(&slow_work_cull_timer);

mutex_unlock(&slow_work_user_lock);
}
EXPORT_SYMBOL(slow_work_unregister_user);
Expand Down

0 comments on commit 717cfb1

Please sign in to comment.