Re: [PATCH v2] scsi: smartpqi_init: Reporting 'logical unit failure'
From: Erwan Velu
Date: Fri Mar 01 2019 - 11:00:45 EST
Le 01/03/2019 Ã 16:56, James Bottomley a ÃcritÂ:
> [...]
> I was thinking just
>
> if (printk_ratelimit())
> scmd_printk(KERN_ERR, scmd, "received 'logical unit failure' from controller for scsi %d:%d:%d:%d\n", ...
>
> That will give all the necessary information
I'm pretty new to this area, learning from you ;o)
I'll update the v3 this way.
Thanks for the review.
Erwan,