]> git.tuebingen.mpg.de Git - paraslash.git/commit
sched: Replace sched_shutdown() by task_notify_all().
authorAndre Noll <maan@systemlinux.org>
Sun, 8 Jul 2012 18:57:24 +0000 (18:57 +0000)
committerAndre Noll <maan@systemlinux.org>
Sun, 18 Nov 2012 19:28:27 +0000 (20:28 +0100)
commit5edb8fd098c2f392702a7b07bda664f1acf4b350
tree6ffd794ea9f6be61627a064736c78373da06e336
parent58ce610c5a46eb03810d8a93b10d5bc51bc10b12
sched: Replace sched_shutdown() by task_notify_all().

sched_shutdown() was mis-designed from the beginning as the registered
tasks have no chance to clean up. Using task notifiers allows to
replace the single caller of sched_shutdown().
afs.c
sched.c
sched.h