]> git.sesse.net Git - bcachefs-tools-debian/blobdiff - libbcache/movinggc.c
Delete more unused shim code, update bcache code
[bcachefs-tools-debian] / libbcache / movinggc.c
index 83407eb1acb0a386eae47502af3233e3dc602fbc..e40dfbcadc906a378ff503c49af32e05cbbd2a63 100644 (file)
@@ -274,7 +274,7 @@ int bch_moving_gc_thread_start(struct cache *ca)
        if (ca->set->opts.nochanges)
                return 0;
 
-       if (cache_set_init_fault("moving_gc_start"))
+       if (bch_fs_init_fault("moving_gc_start"))
                return -ENOMEM;
 
        t = kthread_create(bch_moving_gc_thread, ca, "bch_copygc_read");