]> git.baikalelectronics.ru Git - kernel.git/commit
nvme-multipath: call bio_io_error in nvme_ns_head_submit_bio
authorGuoqing Jiang <guoqing.jiang@linux.dev>
Wed, 9 Mar 2022 06:02:28 +0000 (14:02 +0800)
committerChristoph Hellwig <hch@lst.de>
Mon, 14 Mar 2022 07:43:05 +0000 (08:43 +0100)
commit582100e0deecf4c21a00209f9c392da1b5d8c947
treeaf2af47ef48f29638628142e3fdeb3bb24cc42e3
parent9c7f154f783e80323e77b45a0fc737ce141a177f
nvme-multipath: call bio_io_error in nvme_ns_head_submit_bio

Use bio_io_error() here since bio_io_error does the same thing.

Signed-off-by: Guoqing Jiang <guoqing.jiang@linux.dev>
Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/nvme/host/multipath.c