]> git.ipfire.org Git - thirdparty/linux.git/commit
xfs: Replace &rtg->rtg_group with rtg_group()
authorNirjhar Roy (IBM) <nirjhar.roy.lists@gmail.com>
Wed, 11 Feb 2026 13:55:14 +0000 (19:25 +0530)
committerCarlos Maiolino <cem@kernel.org>
Wed, 25 Feb 2026 12:58:48 +0000 (13:58 +0100)
commit4ad85e633bc576a5cc8c8310aab141af7ed20efa
tree610263720fc2a01e82710bf03a857673308f7c8e
parenta49b7ff63f98ba1c4503869c568c99ecffa478f2
xfs: Replace &rtg->rtg_group with rtg_group()

Use the already existing rtg_group() wrapper instead of directly
accessing the struct xfs_group member in struct xfs_rtgroup.

Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Nirjhar Roy (IBM) <nirjhar.roy.lists@gmail.com>
[cem: Conflict resolution against 06873dbd940d]
Signed-off-by: Carlos Maiolino <cem@kernel.org>
fs/xfs/xfs_zone_alloc.c
fs/xfs/xfs_zone_gc.c