diff options
| author | Christoph Hellwig <hch@lst.de> | 2026-07-29 16:02:49 +0300 |
|---|---|---|
| committer | Carlos Maiolino <cem@kernel.org> | 2026-08-03 11:24:02 +0300 |
| commit | ec6978e6bf68fb6f51edd4f700f9a554dc0da894 (patch) | |
| tree | 85f982ed8fa0dbc7d110c373c8c37de006fc0a95 | |
| parent | 63de19199342e2598373cbb99186fa93e9116603 (diff) | |
| download | linux-ec6978e6bf68fb6f51edd4f700f9a554dc0da894.tar.xz | |
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>
| -rw-r--r-- | fs/xfs/xfs_zone_gc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/xfs_zone_gc.c b/fs/xfs/xfs_zone_gc.c index e4f70e024632..7ab8f2218c6a 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 being reclaimed */ struct xfs_rtgroup *victim_rtg; /* Bio used for reads and writes, including the bvec used by it */ |
