|
@@ -3120,7 +3120,7 @@ static int core_scsi3_pro_preempt(
|
|
|
if (!calling_it_nexus)
|
|
|
core_scsi3_ua_allocate(pr_reg_nacl,
|
|
|
pr_res_mapped_lun, 0x2A,
|
|
|
- ASCQ_2AH_RESERVATIONS_PREEMPTED);
|
|
|
+ ASCQ_2AH_REGISTRATIONS_PREEMPTED);
|
|
|
}
|
|
|
spin_unlock(&pr_tmpl->registration_lock);
|
|
|
/*
|
|
@@ -3233,7 +3233,7 @@ static int core_scsi3_pro_preempt(
|
|
|
* additional sense code set to REGISTRATIONS PREEMPTED;
|
|
|
*/
|
|
|
core_scsi3_ua_allocate(pr_reg_nacl, pr_res_mapped_lun, 0x2A,
|
|
|
- ASCQ_2AH_RESERVATIONS_PREEMPTED);
|
|
|
+ ASCQ_2AH_REGISTRATIONS_PREEMPTED);
|
|
|
}
|
|
|
spin_unlock(&pr_tmpl->registration_lock);
|
|
|
/*
|