X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=audiod.c;h=965286f079ccaa1ab4be969e337f4c1181b82f50;hb=62d50130f36ab791a109d61ff55cc902dc7c2db5;hp=1734c70357537cf942f1dad0172cd6167e454ba0;hpb=e1cf532cb70722ae80f2364ff1d7cfbf126f4caf;p=paraslash.git diff --git a/audiod.c b/audiod.c index 1734c703..965286f0 100644 --- a/audiod.c +++ b/audiod.c @@ -1116,6 +1116,8 @@ static void status_pre_select(struct sched *s, struct task *t) int ret; ret = btr_node_status(st->btrn, 0, BTR_NT_LEAF); + if (ret < 0) + sched_min_delay(s); sched_request_barrier(&st->restart_barrier, s); }