]> git.sesse.net Git - bcachefs-tools-debian/blob - libbcachefs/movinggc.h
Update bcachefs sources to e318fabeb4 bcachefs: Fix pr_tab_rjust()
[bcachefs-tools-debian] / libbcachefs / movinggc.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _BCACHEFS_MOVINGGC_H
3 #define _BCACHEFS_MOVINGGC_H
4
5 void bch2_copygc_stop(struct bch_fs *);
6 int bch2_copygc_start(struct bch_fs *);
7 void bch2_fs_copygc_init(struct bch_fs *);
8
9 #endif /* _BCACHEFS_MOVINGGC_H */