]> git.sesse.net Git - bcachefs-tools-debian/blobdiff - bch_bindgen/build.rs
fix(bindgen): expand the Fix753 workaround for any type and document it
[bcachefs-tools-debian] / bch_bindgen / build.rs
index 0a99bedf5da7dbe494d1a7eb760c5d138b1fbccb..70f03076afbd5444d2e3f57dce02ecb319b0d3d0 100644 (file)
@@ -64,7 +64,7 @@ fn main() {
         .blocklist_type("srcu_struct")
         .allowlist_var("BCH_.*")
         .allowlist_var("KEY_SPEC_.*")
-        .allowlist_var("Fix753_FMODE_.*")
+        .allowlist_var("Fix753_.*")
         .allowlist_var("bch.*")
         .allowlist_var("__bch2.*")
         .allowlist_var("__BTREE_ITER.*")