From b6752fba76a77ced567aaab7158e16b7c18a5479 Mon Sep 17 00:00:00 2001 From: mav Date: Tue, 11 Nov 2014 17:18:51 +0000 Subject: [PATCH] MFC r274081: Fix residual copy/paste in r274080. git-svn-id: svn://svn.freebsd.org/base/stable/10@274389 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- sys/cam/ctl/scsi_ctl.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/cam/ctl/scsi_ctl.c b/sys/cam/ctl/scsi_ctl.c index 934ad75be..ff80f3e6f 100644 --- a/sys/cam/ctl/scsi_ctl.c +++ b/sys/cam/ctl/scsi_ctl.c @@ -1957,7 +1957,6 @@ ctlfe_lun_enable(void *arg, struct ctl_id targ_id, int lun_id) 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); -- 2.45.0