xfs: add a comment to describe xfs_gc_bio.victim_rtg

All other fields have comments describing them, add one for this field
as well.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Damien Le Moal <dlemoal@kernel.org>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
This commit is contained in:
Christoph Hellwig
2026-07-29 15:02:49 +02:00
committed by Carlos Maiolino
parent 63de191993
commit ec6978e6bf

View File

@@ -103,6 +103,7 @@ struct xfs_gc_bio {
/* Open Zone being written to */
struct xfs_open_zone *oz;
/* Realtime group currently being reclaimed */
struct xfs_rtgroup *victim_rtg;
/* Bio used for reads and writes, including the bvec used by it */