commit | 9cf291815ed41892eaa97a683ffa32ec1d34e096 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Mon Mar 06 19:52:11 2023 -0800 |
committer | Darrick J. Wong <djwong@kernel.org> | Sun Apr 02 17:13:34 2023 -0700 |
tree | 7a74c30ea9439c70c4d5e1b1e380a8a163d9132e | |
parent | 0a1928fe27ad8143b0878aca9f7d35a6a0a584ce [diff] |
xfs: give xfs_rmap_intent its own perag reference Give the xfs_rmap_intent a passive reference to the perag structure data. This reference will be used to enable scrub intent draining functionality in subsequent patches. The space we're (reverse) mapping is already allocated, so we need to be able to operate even if the AG is being shrunk or offlined. Signed-off-by: Darrick J. Wong <djwong@kernel.org>