]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blobdiff - scrub/phase6.c
xfs_scrub: remove moveon from main program
[thirdparty/xfsprogs-dev.git] / scrub / phase6.c
index 020b303dec4bbb9d4c1cc588f526db2e186f098d..88c719b3fd5f10ed36522e926bfad59a38da864d 100644 (file)
@@ -707,13 +707,6 @@ out_dbad:
        return ret;
 }
 
-bool
-xfs_scan_blocks(
-       struct scrub_ctx                *ctx)
-{
-       return phase6_func(ctx) == 0;
-}
-
 /* Estimate how much work we're going to do. */
 int
 phase6_estimate(
@@ -743,13 +736,3 @@ phase6_estimate(
        *rshift = 20;
        return 0;
 }
-
-bool
-xfs_estimate_verify_work(
-       struct scrub_ctx        *ctx,
-       uint64_t                *items,
-       unsigned int            *nr_threads,
-       int                     *rshift)
-{
-       return phase6_estimate(ctx, items, nr_threads, rshift) == 0;
-}