mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-08-27 18:11:11 +00:00
BFS: back out BFS scheduler for stability reasons
It works faster sometimes, other times not.. the code is so old now
This commit is contained in:
@@ -317,6 +317,8 @@ static int worker_thread(void *__cwq)
|
||||
if (cwq->wq->freezeable)
|
||||
set_freezable();
|
||||
|
||||
set_user_nice(current, -5);
|
||||
|
||||
for (;;) {
|
||||
prepare_to_wait(&cwq->more_work, &wait, TASK_INTERRUPTIBLE);
|
||||
if (!freezing(current) &&
|
||||
|
||||
Reference in New Issue
Block a user