This is the culprit:

schedule_timeout_uninterruptible(long timeout)
{
        tsleep(curproc, PWAIT, "schtou", timeout);
        return 0;
}

Reply via email to