From 7a716b76b5963dc2d158883f4497bab221932412 Mon Sep 17 00:00:00 2001 From: Kent Overstreet Date: Fri, 9 Feb 2024 21:30:46 -0500 Subject: Update bcachefs sources to bee7b5a4fa21 bcachefs: Pin btree cache in ram for random access in fsck Signed-off-by: Kent Overstreet --- libbcachefs/error.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbcachefs/error.h') diff --git a/libbcachefs/error.h b/libbcachefs/error.h index fec17d13..94491190 100644 --- a/libbcachefs/error.h +++ b/libbcachefs/error.h @@ -30,7 +30,7 @@ struct work_struct; bool bch2_inconsistent_error(struct bch_fs *); -void bch2_topology_error(struct bch_fs *); +int bch2_topology_error(struct bch_fs *); #define bch2_fs_inconsistent(c, ...) \ ({ \ -- cgit v1.2.3