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); _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"