]> git.sesse.net Git - bcachefs-tools-debian/blobdiff - libbcachefs/sb-downgrade.h
Update bcachefs sources to d267e10a43b2 bcachefs: __bch2_sb_field_to_text()
[bcachefs-tools-debian] / libbcachefs / sb-downgrade.h
index 0703ad7e99e4d3321db9005df2b732c53fa259a9..57e6c916fc738b2605929eec5811844fd772f70d 100644 (file)
@@ -5,6 +5,7 @@
 extern const struct bch_sb_field_ops bch_sb_field_ops_downgrade;
 
 int bch2_sb_downgrade_update(struct bch_fs *);
-int bch2_sb_set_downgrade(struct bch_fs *, unsigned, unsigned);
+void bch2_sb_set_upgrade(struct bch_fs *, unsigned, unsigned);
+void bch2_sb_set_downgrade(struct bch_fs *, unsigned, unsigned);
 
 #endif /* _BCACHEFS_SB_DOWNGRADE_H */