[PATCH V2 07/13] block: move q_usage_counter release into blk_queue_release

Bart Van Assche bvanassche at acm.org
Mon Jan 24 11:06:59 PST 2022


On 1/22/22 03:10, Ming Lei wrote:
> After blk_cleanup_queue() returns, disk may not be released yet, so
> probably bio may still be submitted and ->q_usage_counter may be
> touched, so far this way seems safe, but not good from API's viewpoint.
> 
> Move the release ofq_usage_counter into blk_queue_release().
                    ^^

Please change "ofq_usage_counter" into "of q_usage_counter".

Anyway:

Reviewed-by: Bart Van Assche <bvanassche at acm.org>



More information about the Linux-nvme mailing list