From cd9892e543845e045142ed29e4a5a9ce446a205e Mon Sep 17 00:00:00 2001 From: Kent Overstreet Date: Mon, 24 Aug 2020 16:05:04 -0400 Subject: Update bcachefs sources to 10ab39f2fa bcachefs: Improvements to the journal read error paths --- libbcachefs/movinggc.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libbcachefs/movinggc.h') diff --git a/libbcachefs/movinggc.h b/libbcachefs/movinggc.h index dcd47963..92273824 100644 --- a/libbcachefs/movinggc.h +++ b/libbcachefs/movinggc.h @@ -2,8 +2,8 @@ #ifndef _BCACHEFS_MOVINGGC_H #define _BCACHEFS_MOVINGGC_H -void bch2_copygc_stop(struct bch_dev *); -int bch2_copygc_start(struct bch_fs *, struct bch_dev *); -void bch2_dev_copygc_init(struct bch_dev *); +void bch2_copygc_stop(struct bch_fs *); +int bch2_copygc_start(struct bch_fs *); +void bch2_fs_copygc_init(struct bch_fs *); #endif /* _BCACHEFS_MOVINGGC_H */ -- cgit v1.2.3