diff options
author | Darrick J. Wong <djwong@kernel.org> | 2024-11-04 07:19:25 +0300 |
---|---|---|
committer | Darrick J. Wong <djwong@kernel.org> | 2024-11-06 00:38:41 +0300 |
commit | e464d8e8bb029fa4141710c7e668acc5aad24fed (patch) | |
tree | f2cfd690a38110ca7276d7b62a0dc9cc59bcdfef /tools/perf/scripts/python/export-to-sqlite.py | |
parent | ee321351487ae00db147d570c8c2a43e10207386 (diff) | |
download | linux-e464d8e8bb029fa4141710c7e668acc5aad24fed.tar.xz |
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. Technically speaking we need it even for !rtgroups filesystems
to prevent the (dummy) rtgroup 0 from going away, even though this will
never happen.
As a bonus, we can rework the xfs_bmap_deferred_class tracepoint to use
the xfs_group object to figure out the type and group number, widen the
group block number field to fit 64-bit quantities, and get rid of the
now redundant opdev and rtblock fields.
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions