Re: [PATCH v2 07/11] blk-mq: Add blk_mq_tag_update_sched_shared_sbitmap()
From: Ming Lei <hidden>
Date: 2021-08-18 07:29:42
Also in:
linux-scsi, lkml
From: Ming Lei <hidden>
Date: 2021-08-18 07:29:42
Also in:
linux-scsi, lkml
On Mon, Aug 09, 2021 at 10:29:34PM +0800, John Garry wrote:
Put the functionality to update the sched shared sbitmap size in a common function. Since the same formula is always used to resize, and it can be got from the request queue argument, so just pass the request queue pointer. Signed-off-by: John Garry <redacted>
Reviewed-by: Ming Lei <redacted> -- Ming