Skip to content

Commit 6a82a69

Browse files
damien-lemoalcmaiolino
authored andcommitted
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 <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>
1 parent 770323d commit 6a82a69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fs/xfs/xfs_zone_alloc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,7 @@ xfs_select_zone_nowait(
693693
goto out_unlock;
694694

695695
/*
696-
* Try to find an zone that is an ok match to colocate data with.
696+
* Try to find a zone that is an ok match to colocate data with.
697697
*/
698698
oz = xfs_select_open_zone_lru(zi, write_hint, XFS_ZONE_ALLOC_OK);
699699
if (oz)

0 commit comments

Comments
 (0)