On 10/20/21 07:12, Christoph Hellwig wrote:
On Tue, Oct 19, 2021 at 10:24:13PM +0100, Pavel Begunkov wrote:
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().
Thanks for going through the series!
Does this make a difference for you?
It did with a different compiler with extra patches and a different
base, but checking with for-5.16/block the binary size stays the same.
That being said using the proper helpers always seems like a good idea,
so:
Reviewed-by: Christoph Hellwig <hch@xxxxxx>
--
Pavel Begunkov