From 1ef243e3ad33dcc31fbdc44a940a0de56ee02037 Mon Sep 17 00:00:00 2001 From: Kent Overstreet Date: Wed, 7 Feb 2018 06:16:50 -0500 Subject: Update bcachefs sources to 496cbe9474 bcachefs: export bch2_alloc_write() --- libbcachefs/alloc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libbcachefs/alloc.h') diff --git a/libbcachefs/alloc.h b/libbcachefs/alloc.h index 3bd765b6..3bdc2946 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_alloc_write(struct bch_fs *); int bch2_fs_allocator_start(struct bch_fs *); void bch2_fs_allocator_init(struct bch_fs *); -- cgit v1.2.3