Fix copy-paste bug introduced in r275458.
MFC after: 3 days
This commit is contained in:
parent
23bd2dd4a4
commit
8be6a2df51
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user