diff options
| author | Darrick J. Wong <djwong@kernel.org> | 2026-02-18 15:25:36 -0800 |
|---|---|---|
| committer | Carlos Maiolino <cem@kernel.org> | 2026-02-25 13:58:49 +0100 |
| commit | eb8550fb75a875657dc29e3925a40244ec6b6bd6 (patch) | |
| tree | 2ab15b92ad821a2a1b98092e56bf8e2a8811b770 /tools/perf/lib/Documentation/tutorial/git@git.tavy.me:linux.git | |
| parent | 161456987a1fe4ad73c3f36dec1f684316ac9bdd (diff) | |
xfs: fix xfs_group release bug in xfs_dax_notify_dev_failure
Chris Mason reports that his AI tools noticed that we were using
xfs_perag_put and xfs_group_put to release the group reference returned
by xfs_group_next_range. However, the iterator function returns an
object with an active refcount, which means that we must use the correct
function to release the active refcount, which is _rele.
Cc: <stable@vger.kernel.org> # v6.0
Fixes: 6f643c57d57c56 ("xfs: implement ->notify_failure() for XFS")
Signed-off-by: "Darrick J. Wong" <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
Diffstat (limited to 'tools/perf/lib/Documentation/tutorial/git@git.tavy.me:linux.git')
0 files changed, 0 insertions, 0 deletions
