mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-30 08:45:18 -04:00
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:
committed by
Carlos Maiolino
parent
63de191993
commit
ec6978e6bf
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user