diff options
author | Kent Overstreet <kent.overstreet@gmail.com> | 2021-07-13 16:31:40 -0400 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@gmail.com> | 2021-07-14 20:31:38 -0400 |
commit | 86bd5c622c93509e204b6fb5de6910879fc87a70 (patch) | |
tree | 5fea647ae71ccfe276da6de85d70e6b70c1af45a /libbcachefs/alloc_background.h | |
parent | 700d013b5280b72a1fb3830d8f70ecce5decb0ab (diff) |
Update bcachefs sources to 787de128a5 bcachefs: Improvements to fsck check_dirents()
Diffstat (limited to 'libbcachefs/alloc_background.h')
-rw-r--r-- | libbcachefs/alloc_background.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libbcachefs/alloc_background.h b/libbcachefs/alloc_background.h index 9cadfdb5..a4f6bf56 100644 --- a/libbcachefs/alloc_background.h +++ b/libbcachefs/alloc_background.h @@ -132,4 +132,6 @@ int bch2_dev_allocator_start(struct bch_dev *); int bch2_alloc_write(struct bch_fs *, unsigned); void bch2_fs_allocator_background_init(struct bch_fs *); +void bch2_open_buckets_to_text(struct printbuf *, struct bch_fs *); + #endif /* _BCACHEFS_ALLOC_BACKGROUND_H */ |