Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Sep 2015 09:41:09 +0000 (UTC)
From:      Alexander Motin <mav@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r287498 - stable/10/sys/cam/ctl
Message-ID:  <201509060941.t869f90O063936@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mav
Date: Sun Sep  6 09:41:08 2015
New Revision: 287498
URL: https://svnweb.freebsd.org/changeset/base/287498

Log:
  MFC r287432: Fix copy-paste bug introduced in r275458.

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

Modified: stable/10/sys/cam/ctl/ctl.c
==============================================================================
--- stable/10/sys/cam/ctl/ctl.c	Sun Sep  6 05:50:51 2015	(r287497)
+++ stable/10/sys/cam/ctl/ctl.c	Sun Sep  6 09:41:08 2015	(r287498)
@@ -9473,7 +9473,7 @@ ctl_report_luns(struct ctl_scsiio *ctsio
 		 */
 		if (request_lun != NULL) {
 			mtx_lock(&lun->lun_lock);
-			ctl_clr_ua(lun, initidx, CTL_UA_RES_RELEASE);
+			ctl_clr_ua(lun, initidx, CTL_UA_LUN_CHANGE);
 			mtx_unlock(&lun->lun_lock);
 		}
 	}



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