Re: [PATCH V4 3/8] block: don't declare submit_bio_checks in local header
From: Chaitanya Kulkarni <hidden>
Date: 2022-02-16 09:16:35
From: Chaitanya Kulkarni <hidden>
Date: 2022-02-16 09:16:35
On 2/15/22 20:45, Ming Lei wrote:
submit_bio_checks() won't be called outside of block/blk-core.c any more
since commit 9d497e2941c3 ("block: don't protect submit_bio_checks by
q_usage_counter"), so mark it as one local helper.
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Ming Lei <redacted>Looks good. Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com>