Re: [PATCH v2 02/12] md/raid5: Refactor raid5_make_request loop
From: Christoph Hellwig
Date: Thu Apr 21 2022 - 02:08:28 EST
On Wed, Apr 20, 2022 at 01:54:15PM -0600, Logan Gunthorpe wrote:
> Break immediately if raid5_get_active_stripe() returns NULL and deindent
> the rest of the loop. Annotate this check with an unlikely().
>
> This makes the code easier to read and reduces the indentation level.
>
> No functional changes intended.
Looks good:
Reviewed-by: Christoph Hellwig <hch@xxxxxx>