Re: [PATCH] block: optimize sq_hctx assignment
From: Christoph Hellwig
Date: Fri Mar 28 2025 - 06:55:29 EST
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.