commit | 6e5223d568c1b9aa2f830b23e9a26a997df816d9 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Mon Mar 06 19:52:12 2023 -0800 |
committer | Darrick J. Wong <djwong@kernel.org> | Tue Apr 11 11:18:50 2023 -0700 |
tree | a5806321c6795b91a6813b2b650ef3c6c3274a74 | |
parent | 5562fb16d2367c0f65dec28868d3ce38ac27a487 [diff] |
xfs: give xfs_refcount_intent its own perag reference Give the xfs_refcount_intent a passive reference to the perag structure data. This reference will be used to enable scrub intent draining functionality in subsequent patches. Any space being modified by a refcount intent 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>