Re: [PATCH 2/2] xfs: fix repeated words in comments
From: Carlos Maiolino
Date: Mon Sep 07 2026 - 02:29:48 EST
On Mon, Sep 07, 2026 at 09:53:59AM +0530, Hemanth Selam wrote:
> Please drop this patch, one of its hunks is wrong.
>
> fs/xfs/xfs_zone_alloc.c
> "Stash our zone in the inode so that is is reused for future
> allocations."
>
> This is not a doubled "is"; it is "it is" misspelt. My change leaves
> "so that is reused", which has no subject. The correct fix would be
>
> "so that it is reused for future allocations"
>
> Carlos, you also asked me to fold the two patches together and drop the
> mechanical wording from the changelog - I will do that in v2 and include
> this correction, unless you would rather not see the series again.
>
Sounds good to me