svn commit: r274389 - stable/10/sys/cam/ctl

Alexander Motin mav at FreeBSD.org
Tue Nov 11 17:18:52 UTC 2014


Author: mav
Date: Tue Nov 11 17:18:51 2014
New Revision: 274389
URL: https://svnweb.freebsd.org/changeset/base/274389

Log:
  MFC r274081: Fix residual copy/paste in r274080.

Modified:
  stable/10/sys/cam/ctl/scsi_ctl.c
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/cam/ctl/scsi_ctl.c
==============================================================================
--- stable/10/sys/cam/ctl/scsi_ctl.c	Tue Nov 11 17:17:41 2014	(r274388)
+++ stable/10/sys/cam/ctl/scsi_ctl.c	Tue Nov 11 17:18:51 2014	(r274389)
@@ -1957,7 +1957,6 @@ ctlfe_lun_enable(void *arg, struct ctl_i
 		mtx_lock(&bus_softc->lun_softc_mtx);
 		STAILQ_INSERT_TAIL(&bus_softc->lun_softc_list, softc, links);
 		mtx_unlock(&bus_softc->lun_softc_mtx);
-		ctlfe_onoffline(arg, /*online*/ 1);
 	}
 
 	xpt_path_unlock(path);


More information about the svn-src-stable-10 mailing list