Author: trasz
Date: Thu May 26 09:53:24 2016
New Revision: 300724
URL: https://svnweb.freebsd.org/changeset/base/300724

Log:
  The taskqueue_enqueue_fast() was removed in r296272.
  
  MFC after:    1 month
  Sponsored by: The FreeBSD Foundation

Modified:
  head/sys/dev/iser/iser_verbs.c

Modified: head/sys/dev/iser/iser_verbs.c
==============================================================================
--- head/sys/dev/iser/iser_verbs.c      Thu May 26 09:49:29 2016        
(r300723)
+++ head/sys/dev/iser/iser_verbs.c      Thu May 26 09:53:24 2016        
(r300724)
@@ -185,7 +185,7 @@ iser_cq_callback(struct ib_cq *cq, void 
 {
        struct iser_comp *comp = cq_context;
 
-       taskqueue_enqueue_fast(comp->tq, &comp->task);
+       taskqueue_enqueue(comp->tq, &comp->task);
 }
 
 /**
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to