]> www.infradead.org Git - users/jedix/linux-maple.git/commit
xfs: actually use the xfs_growfs_check_rtgeom tracepoint
authorDarrick J. Wong <djwong@kernel.org>
Thu, 12 Jun 2025 17:51:12 +0000 (10:51 -0700)
committerCarlos Maiolino <cem@kernel.org>
Mon, 16 Jun 2025 08:18:01 +0000 (10:18 +0200)
commitdb44d088a5ab030b741a3adf2e7b181a8a6dcfbe
treef426781a65352e632c9793ba2086f1a4a431d535
parent19fa6e493a933c095f164230d3393d504216e052
xfs: actually use the xfs_growfs_check_rtgeom tracepoint

We created a new tracepoint but forgot to put it in.  Fix that.

Cc: rostedt@goodmis.org
Cc: stable@vger.kernel.org # v6.14
Fixes: 59a57acbce282d ("xfs: check that the rtrmapbt maxlevels doesn't increase when growing fs")
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>
Reported-by: Steven Rostedt <rostedt@goodmis.org>
Closes: https://lore.kernel.org/all/20250612131021.114e6ec8@batman.local.home/
Signed-off-by: Carlos Maiolino <cem@kernel.org>
fs/xfs/xfs_rtalloc.c