]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
xfs: improve the comments in xfs_select_zone_nowait
authorChristoph Hellwig <hch@lst.de>
Wed, 16 Jul 2025 12:54:07 +0000 (14:54 +0200)
committerCarlos Maiolino <cem@kernel.org>
Thu, 24 Jul 2025 15:30:14 +0000 (17:30 +0200)
commit60e02f956d77af31b85ed4e73abf85d5f12d0a98
tree6b2995631047c44c55a03e27b48dff28ff26b871
parent7cbbfd27a929398f027f0e8d01c80264f47db4e4
xfs: improve the comments in xfs_select_zone_nowait

The top of the function comment is outdated, and the parts still correct
duplicate information in comment inside the function.  Remove the top of
the function comment and instead improve a comment inside the function.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
fs/xfs/xfs_zone_alloc.c