diff options
Diffstat (limited to 'libbcachefs/alloc.h')
-rw-r--r-- | libbcachefs/alloc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libbcachefs/alloc.h b/libbcachefs/alloc.h index ee771ee1..1b9d960b 100644 --- a/libbcachefs/alloc.h +++ b/libbcachefs/alloc.h @@ -118,6 +118,7 @@ static inline void writepoint_init(struct write_point *wp, wp->type = type; } +int bch2_fs_allocator_start(struct bch_fs *); void bch2_fs_allocator_init(struct bch_fs *); extern const struct bkey_ops bch2_bkey_alloc_ops; |