svn commit: r287498 - stable/10/sys/cam/ctl
Alexander Motin
mav at FreeBSD.org
Sun Sep 6 09:41:09 UTC 2015
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);
}
}
More information about the svn-src-stable
mailing list