]> git.baikalelectronics.ru Git - kernel.git/commit
block: Return blk_status_t instead of errno codes
authorRitika Srivastava <ritika.srivastava@oracle.com>
Tue, 1 Sep 2020 20:17:30 +0000 (13:17 -0700)
committerJens Axboe <axboe@kernel.dk>
Wed, 2 Sep 2020 01:38:33 +0000 (19:38 -0600)
commit08fef0b3f9aeacd62586203e05db3cec85a0af9c
treee378c775c911d7131369174625dc0f8e0d4cc8b9
parent59d5f8c6f97a34c8a65e9cbfbfce5a7640f82498
block: Return blk_status_t instead of errno codes

Replace returning legacy errno codes with blk_status_t in
blk_cloned_rq_check_limits().

Signed-off-by: Ritika Srivastava <ritika.srivastava@oracle.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-core.c