Re: [PATCH v4 07/13] blk-mq: Pass driver tags to blk_mq_clear_rq_mapping()
From: Ming Lei <hidden>
Date: 2021-09-26 01:42:20
Also in:
linux-scsi, lkml
From: Ming Lei <hidden>
Date: 2021-09-26 01:42:20
Also in:
linux-scsi, lkml
On Fri, Sep 24, 2021 at 04:28:24PM +0800, John Garry wrote:
Function blk_mq_clear_rq_mapping() will be used for shared sbitmap tags in future, so pass a driver tags pointer instead of the tagset container and HW queue index. Signed-off-by: John Garry <redacted> Reviewed-by: Hannes Reinecke <hare@suse.de>
Reviewed-by: Ming Lei <redacted> -- Ming