]> www.infradead.org Git - users/hch/xfs.git/commit
xfs: store rtgroup information with a bmap intent
authorDarrick J. Wong <djwong@kernel.org>
Sun, 22 Sep 2024 06:08:58 +0000 (08:08 +0200)
committerChristoph Hellwig <hch@lst.de>
Sun, 22 Sep 2024 08:01:28 +0000 (10:01 +0200)
commiteb5f821a984949136699dc7e7e0c07cdd9bac740
treeae78e9933e9e2b9b386d690d1087a4256f416312
parent8fc7e77245a509ba98714335816c41911c3a9210
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