]> git.sesse.net Git - bcachefs-tools-debian/blobdiff - libbcachefs/movinggc.h
Update bcachefs sources to 1a739db0b256 bcachefs; guard against overflow in btree...
[bcachefs-tools-debian] / libbcachefs / movinggc.h
index 922738247d03967b439d0ceb75ed451218f6d31d..ea181fef5bc93232f42ac18e1033fcca3b7eda71 100644 (file)
@@ -2,6 +2,9 @@
 #ifndef _BCACHEFS_MOVINGGC_H
 #define _BCACHEFS_MOVINGGC_H
 
+unsigned long bch2_copygc_wait_amount(struct bch_fs *);
+void bch2_copygc_wait_to_text(struct printbuf *, struct bch_fs *);
+
 void bch2_copygc_stop(struct bch_fs *);
 int bch2_copygc_start(struct bch_fs *);
 void bch2_fs_copygc_init(struct bch_fs *);