Date: Wed, 23 Oct 2013 14:58:10 +0000 (UTC) From: Alexander Motin <mav@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r256975 - head/sys/cam Message-ID: <201310231458.r9NEwAeB017114@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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); }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310231458.r9NEwAeB017114>