Index: sys/geom/gate/g_gate.c =================================================================== --- sys/geom/gate/g_gate.c (wersja 205279) +++ sys/geom/gate/g_gate.c (kopia robocza) @@ -192,12 +192,6 @@ } mtx_lock(&sc->sc_queue_mtx); - if (sc->sc_queue_count > sc->sc_queue_size) { - mtx_unlock(&sc->sc_queue_mtx); - G_GATE_LOGREQ(1, bp, "Queue full, request canceled."); - g_io_deliver(bp, ENOMEM); - return; - } bp->bio_driver1 = (void *)sc->sc_seq; sc->sc_seq++;