From eea9863e3fee604c185b69a6ac6c8003cecdf5c0 Mon Sep 17 00:00:00 2001 From: Christoph Hellwig Date: Mon, 5 Aug 2024 10:34:08 -0700 Subject: [PATCH] fixup --- libxfs/init.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/libxfs/init.c b/libxfs/init.c index a89f95643..759eb40bf 100644 --- a/libxfs/init.c +++ b/libxfs/init.c @@ -318,9 +318,7 @@ rtmount_init( progname); return -1; } - mp->m_rsumlevels = mp->m_sb.sb_rextslog + 1; - mp->m_rsumblocks = xfs_rtsummary_blockcount(mp, mp->m_rsumlevels, - mp->m_sb.sb_rbmblocks); + mp->m_rsumblocks = xfs_rtsummary_blockcount(mp, &mp->m_rsumlevels); /* * Allow debugger to be run without the realtime device present. -- 2.50.1