OSDN Git Service

null_blk: Fix zoned command return code
authorKeith Busch <kbusch@kernel.org>
Wed, 9 Oct 2019 15:38:13 +0000 (00:38 +0900)
committerJens Axboe <axboe@kernel.dk>
Thu, 10 Oct 2019 03:00:20 +0000 (21:00 -0600)
commit79a85e214d62da9a750cc63ef49483e62abbda81
tree2949c2de17ef47047ab7d6447c29c8b433fe3053
parent8a99734081775c012a4a6c442fdef0379fe52bdf
null_blk: Fix zoned command return code

The return code from null_handle_zoned() sets the cmd->error value.
Returning OK status when an error occured overwrites the intended
cmd->error. Return the appropriate error code instead of setting the
error in the cmd.

Fixes: fceb5d1b19cbe626 ("null_blk: create a helper for zoned devices")
Cc: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
Signed-off-by: Keith Busch <kbusch@kernel.org>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/block/null_blk_zoned.c