commit | 3054face139f9c77566a90a0524dd85c2f38c7f2 | [log] [tgz] |
---|---|---|
author | Dave Chinner <dchinner@redhat.com> | Mon Feb 13 09:14:55 2023 +1100 |
committer | Dave Chinner <dchinner@redhat.com> | Mon Feb 13 09:14:55 2023 +1100 |
tree | a43a96d7364d90ce3aeea9b1bbc0cc7f0fb53a66 | |
parent | f38b46bbfa76a854c4c2a27b1617d66fefbb3f80 [diff] |
xfs: track an active perag reference in filestreams Rather than just track the agno of the reference, track a referenced perag pointer instead. This will allow active filestreams to prevent AGs from going away until the filestreams have been torn down. Signed-off-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Darrick J. Wong <djwong@kernel.org>