Fix copy-paste bug introduced in r275458.

MFC after:	3 days
This commit is contained in:
Alexander Motin 2015-09-03 12:15:14 +00:00
parent 23bd2dd4a4
commit 8be6a2df51
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=287432

View File

@ -8951,7 +8951,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);
}
}