The taskqueue_enqueue_fast() was removed in r296272.

MFC after:	1 month
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Edward Tomasz Napierala 2016-05-26 09:53:24 +00:00
parent 4814a0a4ce
commit f83f88912d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=300724

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);
}
/**