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

Reply via email to