]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs: store a generic group structure in the intents
authorChristoph Hellwig <hch@lst.de>
Tue, 15 Oct 2024 19:38:20 +0000 (12:38 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Fri, 1 Nov 2024 20:44:44 +0000 (13:44 -0700)
commitd29a83d694671db8a216ab476a45c773ff56e0d0
tree5844ab7d04008f52ed5fbfe5e2cb984b6df3efdf
parent7d35643b2c2e35bcae035b6597586e1331d31991
xfs: store a generic group structure in the intents

Replace the pag pointers in the extent free, bmap, rmap and refcount
intent structures with a pointer to the generic group to prepare
for adding intents for realtime groups.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
include/xfs_mount.h
libxfs/defer_item.c
libxfs/xfs_alloc.h
libxfs/xfs_bmap.h
libxfs/xfs_refcount.c
libxfs/xfs_refcount.h
libxfs/xfs_rmap.c
libxfs/xfs_rmap.h