block: return -ENODEV for BLK_STS_OFFLINE
authorSong Liu <song@kernel.org>
Thu, 3 Feb 2022 19:28:26 +0000 (11:28 -0800)
committerJens Axboe <axboe@kernel.dk>
Fri, 4 Feb 2022 04:10:00 +0000 (21:10 -0700)
commit7d32c027a21ef7aa0a400763397644d44b3576a9
tree4ae6512492c2f828ce60fe2fb59b0875289bce4c
parent2651bf680bc2ad9a078b7222b0873145ab4ece07
block: return -ENODEV for BLK_STS_OFFLINE

Change the user visible return value for BLK_STS_OFFLINE to -ENODEV, which
is more descriptive than existing -EIO.

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-3-song@kernel.org
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-core.c