The taskqueue_enqueue_fast() was removed in r296272.
MFC after: 1 month Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
25c46877b2
commit
01daffb975
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user