X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=stdin.c;h=d978ee9a23cc7fe6f47eab17e7f46ac78032ceaf;hb=4403d70f8ec547a17fcce25b0ba997e208732248;hp=836369992f01b7f7a62c1b33c5674a13ba6ee89c;hpb=c4d243653174f3f4ffc331a4bfc54de94d612f34;p=paraslash.git diff --git a/stdin.c b/stdin.c index 83636999..d978ee9a 100644 --- a/stdin.c +++ b/stdin.c @@ -52,7 +52,7 @@ static void stdin_pre_select_btr(struct sched *s, struct task *t) { struct stdin_task *sit = container_of(t, struct stdin_task, task); - if (btr_no_children(sit->btrn)) { + if (btr_no_children(sit->btrn)) { /* TODO: defer node deletion to post select */ t->error = -E_STDIN_NO_CHILD; btr_del_node(sit->btrn); sit->btrn = NULL;