Skip to content

Commit db44d08

Browse files
Darrick J. Wongcmaiolino
authored andcommitted
xfs: actually use the xfs_growfs_check_rtgeom tracepoint
We created a new tracepoint but forgot to put it in. Fix that. Cc: [email protected] Cc: [email protected] # v6.14 Fixes: 59a57ac ("xfs: check that the rtrmapbt maxlevels doesn't increase when growing fs") Signed-off-by: Darrick J. Wong <[email protected]> Reviewed-by: Carlos Maiolino <[email protected]> Reported-by: Steven Rostedt <[email protected]> Closes: https://lore.kernel.org/all/[email protected]/ Signed-off-by: Carlos Maiolino <[email protected]>
1 parent 19fa6e4 commit db44d08

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

fs/xfs/xfs_rtalloc.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1259,6 +1259,8 @@ xfs_growfs_check_rtgeom(
12591259

12601260
kfree(nmp);
12611261

1262+
trace_xfs_growfs_check_rtgeom(mp, min_logfsbs);
1263+
12621264
if (min_logfsbs > mp->m_sb.sb_logblocks)
12631265
return -EINVAL;
12641266

0 commit comments

Comments
 (0)