]> git.sesse.net Git - bcachefs-tools-debian/blobdiff - libbcache/bkey_methods.c
Delete more unused shim code, update bcache code
[bcachefs-tools-debian] / libbcache / bkey_methods.c
index 90f7e5f74657223aee8d5fbc7be3cbbbc5f73e2d..5ae97e3071b139a9438d340ecc6595c5c4c09e46 100644 (file)
@@ -80,7 +80,7 @@ void bkey_debugcheck(struct cache_set *c, struct btree *b, struct bkey_s_c k)
                char buf[160];
 
                bch_bkey_val_to_text(c, type, buf, sizeof(buf), k);
-               cache_set_bug(c, "invalid bkey %s: %s", buf, invalid);
+               bch_fs_bug(c, "invalid bkey %s: %s", buf, invalid);
                return;
        }