]> git.sesse.net Git - bcachefs-tools-debian/blobdiff - libbcachefs/counters.h
Update bcachefs sources to a180af9dd349 bcachefs: Refactor memcpy into direct assignment
[bcachefs-tools-debian] / libbcachefs / counters.h
index 1f3207a5ee1627b6553f88c05cb593a80910b674..4778aa19bf346459c5ca252e6b75279503867f43 100644 (file)
@@ -6,11 +6,11 @@
 #include "super-io.h"
 
 
-int bch2_sb_counters_to_cpu(struct bch_fs *c);
+int bch2_sb_counters_to_cpu(struct bch_fs *);
+int bch2_sb_counters_from_cpu(struct bch_fs *);
 
-int bch2_sb_counters_from_cpu(struct bch_fs *c);
-
-int bch2_fs_counters_init(struct bch_fs *c);
+void bch2_fs_counters_exit(struct bch_fs *);
+int bch2_fs_counters_init(struct bch_fs *);
 
 extern const struct bch_sb_field_ops bch_sb_field_ops_counters;