xfs: implement online scrubbing of rtsummary info
[platform/kernel/linux-starfive.git] / fs / xfs / scrub / rtbitmap.c
index 0bf56d9..008ddb5 100644 (file)
 
 /* Set us up with the realtime metadata locked. */
 int
-xchk_setup_rt(
+xchk_setup_rtbitmap(
        struct xfs_scrub        *sc)
 {
        int                     error;
 
-       error = xchk_setup_fs(sc);
+       error = xchk_trans_alloc(sc, 0);
        if (error)
                return error;