On 10/19/21 2:24 PM, Pavel Begunkov wrote: > External email: Use caution opening links or attachments > > > percpu_ref_put() are inlined for performance and bloat the binary, we > don't care about the fail case of blk_try_enter_queue(), so we can > replace it with a call to blk_queue_exit(). > > Signed-off-by: Pavel Begunkov <asml.silence@xxxxxxxxx> Looks good. Reviewed-by: Chaitanya Kulkarni <kch@xxxxxxxxxx>