From c8017695c84fbd1a89bde5df821834d347bd425a Mon Sep 17 00:00:00 2001 From: mav Date: Sun, 6 Sep 2015 09:41:08 +0000 Subject: [PATCH] MFC r287432: Fix copy-paste bug introduced in r275458. git-svn-id: svn://svn.freebsd.org/base/stable/10@287498 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- sys/cam/ctl/ctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/cam/ctl/ctl.c b/sys/cam/ctl/ctl.c index 8f3dd950f..e07e2d07c 100644 --- a/sys/cam/ctl/ctl.c +++ b/sys/cam/ctl/ctl.c @@ -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); } } -- 2.45.0