]> www.infradead.org Git - users/hch/xfs.git/commit
xfs: store a generic group structure in the intents xfs-generic-group-baseline
authorChristoph Hellwig <hch@lst.de>
Sun, 22 Sep 2024 06:04:55 +0000 (08:04 +0200)
committerChristoph Hellwig <hch@lst.de>
Sun, 22 Sep 2024 06:06:14 +0000 (08:06 +0200)
commit87cda3c82cb225fac06d66ec174df95311be364b
treeb6a063ab4b390eb7161be5c6f57305866f960fde
parent96dafc036e3cecf9f6a74dd414d291981abdfa6d
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>
12 files changed:
fs/xfs/libxfs/xfs_alloc.h
fs/xfs/libxfs/xfs_bmap.h
fs/xfs/libxfs/xfs_refcount.c
fs/xfs/libxfs/xfs_refcount.h
fs/xfs/libxfs/xfs_rmap.c
fs/xfs/libxfs/xfs_rmap.h
fs/xfs/xfs_bmap_item.c
fs/xfs/xfs_drain.c
fs/xfs/xfs_drain.h
fs/xfs/xfs_extfree_item.c
fs/xfs/xfs_refcount_item.c
fs/xfs/xfs_rmap_item.c