From: Damien Le Moal Date: Mon, 16 Mar 2026 11:40:18 +0000 (+0900) Subject: xfs: fix a comment typo in xfs_select_zone_nowait() X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6a82a691b08070ad03b237d7db89aa0bfef389e2;p=thirdparty%2Fkernel%2Flinux.git xfs: fix a comment typo in xfs_select_zone_nowait() Fix a typo in the comment describing the second call to xfs_select_open_zone_lru() in xfs_select_zone_nowait(). Signed-off-by: Damien Le Moal Reviewed-by: Hans Holmberg Reviewed-by: Christoph Hellwig Signed-off-by: Carlos Maiolino --- diff --git a/fs/xfs/xfs_zone_alloc.c b/fs/xfs/xfs_zone_alloc.c index 612fcafd3a0c2..06e2cb79030e2 100644 --- a/fs/xfs/xfs_zone_alloc.c +++ b/fs/xfs/xfs_zone_alloc.c @@ -693,7 +693,7 @@ xfs_select_zone_nowait( goto out_unlock; /* - * Try to find an zone that is an ok match to colocate data with. + * Try to find a zone that is an ok match to colocate data with. */ oz = xfs_select_open_zone_lru(zi, write_hint, XFS_ZONE_ALLOC_OK); if (oz)