]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
Kill TASK_UNREGISTERED error code.
authorAndre Noll <maan@systemlinux.org>
Sun, 20 Feb 2011 17:41:02 +0000 (18:41 +0100)
committerAndre Noll <maan@systemlinux.org>
Sat, 5 Mar 2011 12:34:54 +0000 (13:34 +0100)
Currently the scheduler sets t->error to -E_TASK_UNREGISTERED when
it has unregistered a task. This deprives the applications from doing
post-mortem error checking.

The condition (task.error != -E_TASK_UNREGISTERED) is now equivalent
to task.error >= 0, so use this test everywhere.


No differences found