> The easiest way is just to do normal time-sharing scheduling on all
> processes in D state. Are there any critical locks which we wait for in
> interruptible-sleep state?
you forget about TASK_RUNNING processes which get rescheduled in filemap.c
and similar places. (we _could_ say that it's not allowed to reschedule in
TASK_RUNNING state, but we dont say this currently and it's quite
dangerous to assume so)
-- mingo
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/