Files
linux/fs/xfs
Darrick J. Wong eb8550fb75 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: 6f643c57d5 ("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>
2026-02-25 13:58:49 +01:00
..
2026-01-20 18:06:52 -08:00
2026-01-21 12:57:16 +01:00
2025-12-16 08:49:56 +01:00
2025-08-11 14:03:44 +02:00
2025-08-11 14:03:31 +02:00
2025-11-11 11:45:57 +01:00
2026-02-25 13:58:48 +01:00