commit | bdb7d420c6f6d2618d4c907cd7742c3195c425e2 | [log] [tgz] |
---|---|---|
author | Miaohe Lin <linmiaohe@huawei.com> | Mon Sep 05 18:27:54 2022 +0800 |
committer | Jens Axboe <axboe@kernel.dk> | Mon Sep 05 11:45:35 2022 -0600 |
tree | dc23e19f37584958a7e3e8a91400c10d2d80369a | |
parent | 6d5e8d21e8997b0efa409e46db22a27b5cbba6aa [diff] |
block: remove unneeded return value of bio_check_ro() bio_check_ro() always return false now. Remove this unneeded return value and cleanup the sole caller. No functional change intended. Signed-off-by: Miaohe Lin <linmiaohe@huawei.com> Link: https://lore.kernel.org/r/20220905102754.1942-1-linmiaohe@huawei.com Signed-off-by: Jens Axboe <axboe@kernel.dk>