The ->post_select() methods return an integer these days and should
*not* set the ->error field of the task struct directly.
* Convert (filter) the given data.
*
* Pointer to the converting function of the filter. On errors, the
- * post_select function is supposed to set t->error to a (negative)
- * error code.
+ * post_select function is supposed to return a negative error code.
*/
int (*post_select)(struct sched *s, struct task *t);
/**