Re: [PATCH 2/2] xfs: add a comment to describe xfs_gc_bio.victim_rtg

"Darrick J. Wong" <[email protected]> Tue, 28 Jul 2026 08:27:40 -0700
Newsgroups org.kernel.vger.linux-xfs
Message-ID <20260728152740.GP2901224@frogsfrogsfrogs>
On Tue, Jul 28, 2026 at 10:06:45AM +0200, Christoph Hellwig wrote:
> All other fields have comments describing them, add one for this field
> as well.
> 
> Signed-off-by: Christoph Hellwig <[email protected]>

Excellent!
Reviewed-by: "Darrick J. Wong" <[email protected]>

--D

> ---
>  fs/xfs/xfs_zone_gc.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/fs/xfs/xfs_zone_gc.c b/fs/xfs/xfs_zone_gc.c
> index e4f70e024632..e2bad83b10f6 100644
> --- a/fs/xfs/xfs_zone_gc.c
> +++ b/fs/xfs/xfs_zone_gc.c
> @@ -103,6 +103,7 @@ struct xfs_gc_bio {
>  	/* Open Zone being written to */
>  	struct xfs_open_zone		*oz;
>  
> +	/* Realtime group currently evacuated */
>  	struct xfs_rtgroup		*victim_rtg;
>  
>  	/* Bio used for reads and writes, including the bvec used by it */
> -- 
> 2.53.0
> 
>