Re: [PATCH] block: optimize sq_hctx assignment
From: Christoph Hellwig <hch@infradead.org>
Date: 2025-03-28 10:55:19
Also in:
lkml
From: Christoph Hellwig <hch@infradead.org>
Date: 2025-03-28 10:55:19
Also in:
lkml
On Fri, Mar 28, 2025 at 11:13:21AM +0800, Fanhui Meng wrote:
Optimizing code for greater standardization.
not sure what is an optimization here. I personally really like initializing variables at declaration time, but it's not an optimization and without other changes it the area this really just feels like churn.