scsi: use BLK_STS_OFFLINE for not fully online devices
authorSong Liu <song@kernel.org>
Thu, 3 Feb 2022 19:28:27 +0000 (11:28 -0800)
committerJens Axboe <axboe@kernel.dk>
Fri, 4 Feb 2022 04:10:01 +0000 (21:10 -0700)
commit9574d43479e16352e75bc875c9952ed8e129c9b2
treef302a80620b0210b15058e402cb53a260e98bbbd
parent7d32c027a21ef7aa0a400763397644d44b3576a9
scsi: use BLK_STS_OFFLINE for not fully online devices

The new error message for such case looks like

[  172.809565] device offline error, dev sda, sector 3138208 ...

which will not be confused with regular I/O error (BLK_STS_IOERR).

Reviewed-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: Song Liu <song@kernel.org>
Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com>
Link: https://lore.kernel.org/r/20220203192827.1370270-4-song@kernel.org
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/scsi/scsi_lib.c