]> git.tuebingen.mpg.de Git - paraslash.git/commit
sched: Remove ->owned_by_sched.
authorAndre Noll <maan@systemlinux.org>
Sat, 1 Mar 2014 11:55:38 +0000 (12:55 +0100)
committerAndre Noll <maan@systemlinux.org>
Sun, 25 May 2014 13:39:00 +0000 (15:39 +0200)
commit5254df7e470dc49a29f91fa8185b98c40246f5ea
tree1e6b65ac495b56e6ba033b517950f10321f663db
parentdeb3326320166531abc35ce805dee4df6b49e936
sched: Remove ->owned_by_sched.

With register_task() gone, the ->owned_by_sched field of struct sched
is always true (it gets set in task_register()). So we can remove it.
sched.c
sched.h