]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blobdiff - scrub/phase4.c
xfs_scrub: remove moveon from main program
[thirdparty/xfsprogs-dev.git] / scrub / phase4.c
index f9dcf9c8376837054fac665a847de9af0f0a288a..1c1de906c1d804bc392a34063caf6a216136cdf3 100644 (file)
@@ -126,13 +126,6 @@ phase4_func(
        return repair_everything(ctx);
 }
 
-bool
-xfs_repair_fs(
-       struct scrub_ctx        *ctx)
-{
-       return phase4_func(ctx) == 0;
-}
-
 /* Estimate how much work we're going to do. */
 int
 phase4_estimate(
@@ -152,13 +145,3 @@ phase4_estimate(
        *rshift = 0;
        return 0;
 }
-
-bool
-xfs_estimate_repair_work(
-       struct scrub_ctx        *ctx,
-       uint64_t                *items,
-       unsigned int            *nr_threads,
-       int                     *rshift)
-{
-       return phase4_estimate(ctx, items, nr_threads, rshift) == 0;
-}