Re: [PATCH V3 3/8] block: don't declare submit_bio_checks in local header
From: Christoph Hellwig <hch@infradead.org> Date: 2022-02-15 07:56:16
On Tue, Feb 15, 2022 at 11:30:45AM +0800, 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.
Signed-off-by: Ming Lei <redacted>
Looks good,
Reviewed-by: Christoph Hellwig <hch@lst.de>