Re: [PATCH RFC 04/22] scsi: Have scsi-ml retry scsi_probe_lun errors

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 9/22/22 12:03 PM, Bart Van Assche wrote:
> On 9/22/22 03:06, Mike Christie wrote:
>> +    struct scsi_failure failures[] = {
>> +        {
>> +            .sense = UNIT_ATTENTION,
>> +            .asc = 0x28,
>> +            .ascq = 0,
>> +            .allowed = 3,
>> +            .result = SAM_STAT_CHECK_CONDITION,
>> +        },
>> +        {
>> +            .sense = UNIT_ATTENTION,
>> +            .asc = 0x29,
>> +            .ascq = 0,
>> +            .allowed = 3,
>> +            .result = SAM_STAT_CHECK_CONDITION,
>> +        },
>> +        {},
>> +    };
> 
> Can the 'failures' array be declared 'static const'?

No, the struct scsi_failures in there get updated when we track how many times
we've hit the error.



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [SCSI Target Devel]     [Linux SCSI Target Infrastructure]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Linux IIO]     [Samba]     [Device Mapper]

  Powered by Linux