Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Nov 2014 07:50:21 +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: r274081 - head/sys/cam/ctl
Message-ID:  <201411040750.sA47oLB9026497@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411040750.sA47oLB9026497>