The taskqueue_enqueue_fast() was removed in r296272.

MFC after:	1 month
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
trasz 2016-05-26 09:53:24 +00:00
parent 25c46877b2
commit 01daffb975

View File

@ -185,7 +185,7 @@ iser_cq_callback(struct ib_cq *cq, void *cq_context)
{
struct iser_comp *comp = cq_context;
taskqueue_enqueue_fast(comp->tq, &comp->task);
taskqueue_enqueue(comp->tq, &comp->task);
}
/**