From 2f4e9472fa67ff528973f71729175c4c715b1912 Mon Sep 17 00:00:00 2001 From: Kent Overstreet Date: Tue, 28 Feb 2023 23:08:48 -0500 Subject: bcachefs: bch2_open_bucket_to_text() Factor out a common helper Signed-off-by: Kent Overstreet --- fs/bcachefs/alloc_foreground.h | 1 + 1 file changed, 1 insertion(+) (limited to 'fs/bcachefs/alloc_foreground.h') diff --git a/fs/bcachefs/alloc_foreground.h b/fs/bcachefs/alloc_foreground.h index ba7a87afda0e..4f492e278493 100644 --- a/fs/bcachefs/alloc_foreground.h +++ b/fs/bcachefs/alloc_foreground.h @@ -221,6 +221,7 @@ static inline struct write_point_specifier writepoint_ptr(struct write_point *wp void bch2_fs_allocator_foreground_init(struct bch_fs *); void bch2_open_buckets_to_text(struct printbuf *, struct bch_fs *); +void bch2_open_buckets_partial_to_text(struct printbuf *, struct bch_fs *); void bch2_write_points_to_text(struct printbuf *, struct bch_fs *); -- cgit v1.2.3