]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
xfs: fix a comment typo in xfs_select_zone_nowait()
authorDamien Le Moal <dlemoal@kernel.org>
Mon, 16 Mar 2026 11:40:18 +0000 (20:40 +0900)
committerCarlos Maiolino <cem@kernel.org>
Wed, 18 Mar 2026 09:08:07 +0000 (10:08 +0100)
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 <dlemoal@kernel.org>
Reviewed-by: Hans Holmberg <hans.holmberg@wdc.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
fs/xfs/xfs_zone_alloc.c

index 612fcafd3a0c2714167974db88f2299b28dc7334..06e2cb79030e2f64d5210dca272510a875538edc 100644 (file)
@@ -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)