svn commit: r274081 - head/sys/cam/ctl
Alexander Motin
mav at FreeBSD.org
Tue Nov 4 07:50:21 UTC 2014
Author: mav
Date: Tue Nov 4 07:50:20 2014
New Revision: 274081
URL: https://svnweb.freebsd.org/changeset/base/274081
Log:
Fix residual copy/paste in r274080.
MFC after: 1 week
Modified:
head/sys/cam/ctl/scsi_ctl.c
Modified: head/sys/cam/ctl/scsi_ctl.c
==============================================================================
--- head/sys/cam/ctl/scsi_ctl.c Tue Nov 4 07:44:24 2014 (r274080)
+++ head/sys/cam/ctl/scsi_ctl.c Tue Nov 4 07:50:20 2014 (r274081)
@@ -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-all
mailing list