From c85d7796090741fe6a75f953afae964344066448 Mon Sep 17 00:00:00 2001 From: Kent Overstreet Date: Wed, 1 Mar 2023 23:10:39 -0500 Subject: bcachefs: bch2_copygc_wait_to_text() Signed-off-by: Kent Overstreet --- fs/bcachefs/movinggc.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'fs/bcachefs/movinggc.h') diff --git a/fs/bcachefs/movinggc.h b/fs/bcachefs/movinggc.h index e85c8136a46e..ea181fef5bc9 100644 --- a/fs/bcachefs/movinggc.h +++ b/fs/bcachefs/movinggc.h @@ -3,6 +3,8 @@ #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 *); -- cgit