svn commit: r256975 - head/sys/cam

Alexander Motin mav at FreeBSD.org
Wed Oct 23 14:58:10 UTC 2013


Author: mav
Date: Wed Oct 23 14:58:09 2013
New Revision: 256975
URL: http://svnweb.freebsd.org/changeset/base/256975

Log:
  Minor (mostly cosmetical) addition to r256960.

Modified:
  head/sys/cam/cam_xpt.c

Modified: head/sys/cam/cam_xpt.c
==============================================================================
--- head/sys/cam/cam_xpt.c	Wed Oct 23 14:34:04 2013	(r256974)
+++ head/sys/cam/cam_xpt.c	Wed Oct 23 14:58:09 2013	(r256975)
@@ -5293,7 +5293,6 @@ camisr_runqueue(void)
 		while ((ccb_h = STAILQ_FIRST(&queue->cam_doneq)) != NULL) {
 			STAILQ_REMOVE_HEAD(&queue->cam_doneq, sim_links.stqe);
 			mtx_unlock(&queue->cam_doneq_mtx);
-			ccb_h->pinfo.index = CAM_UNQUEUED_INDEX;
 			xpt_done_process(ccb_h);
 			mtx_lock(&queue->cam_doneq_mtx);
 		}


More information about the svn-src-all mailing list