Index: sys/geom/eli/g_eli.c =================================================================== --- sys/geom/eli/g_eli.c (wersja 199684) +++ sys/geom/eli/g_eli.c (kopia robocza) @@ -340,7 +340,7 @@ } #endif thread_lock(curthread); - sched_prio(curthread, PRIBIO); + sched_prio(curthread, PUSER); if (sc->sc_crypto == G_ELI_CRYPTO_SW && g_eli_threads == 0) sched_bind(curthread, wr->w_number); thread_unlock(curthread); @@ -361,7 +361,7 @@ mtx_unlock(&sc->sc_queue_mtx); kproc_exit(0); } - msleep(sc, &sc->sc_queue_mtx, PRIBIO | PDROP, + msleep(sc, &sc->sc_queue_mtx, PDROP, "geli:w", 0); continue; }