]> www.infradead.org Git - users/hch/xfs.git/commit
xfs: store rtgroup information with a bmap intent
authorDarrick J. Wong <djwong@kernel.org>
Mon, 23 Sep 2024 20:41:30 +0000 (13:41 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 2 Oct 2024 01:10:49 +0000 (18:10 -0700)
commite47f205535521f7f85f9cb07c97854ed84e22438
tree6a13673fb7670242e1642b84cb9717c2ec4f7444
parent4378b9ec4e0ede16012b5472f1954b623b9e2f29
xfs: store rtgroup information with a bmap intent

Make the bmap intent items take an active reference to the rtgroup
containing the space that is being mapped or unmapped.  We will need
this functionality once we start enabling rmap and reflink on the rt
volume.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
fs/xfs/xfs_bmap_item.c