Re: [PATCH 2/2] xfs: fix repeated words in comments

From: Hemanth Selam

Date: Mon Sep 07 2026 - 00:24:29 EST


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.