]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
null_blk: consistently use blk_status_t
authorKeith Busch <kbusch@kernel.org>
Thu, 6 Nov 2025 01:54:45 +0000 (17:54 -0800)
committerJens Axboe <axboe@kernel.dk>
Thu, 6 Nov 2025 23:27:21 +0000 (16:27 -0700)
commit845928381963c61a537b932b6b3f494ce0ccea2d
tree04d7b35c3b275de87a184d23d792ca27826df419
parent1165d20f4d1abba59ff2f032df271605ad49c255
null_blk: consistently use blk_status_t

No need to mix errno and blk_status_t error types. Just use the standard
block layer type.

Signed-off-by: Keith Busch <kbusch@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Reviewed-by: Damien Le Moal <dlemoal@kernel.org>
Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com>
Tested-by: Hans Holmberg <hans.holmberg@wdc.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/block/null_blk/main.c