diff options
author | Kent Overstreet <kent.overstreet@gmail.com> | 2018-02-07 06:16:50 -0500 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@gmail.com> | 2018-02-07 06:16:50 -0500 |
commit | 1ef243e3ad33dcc31fbdc44a940a0de56ee02037 (patch) | |
tree | 0c8ae96775a81edfe4f50768d231aad30132c67f /libbcachefs/alloc.h | |
parent | 99adc23cf6260a8e5b237f498119ee163d8f71f6 (diff) |
Update bcachefs sources to 496cbe9474 bcachefs: export bch2_alloc_write()
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 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 *); |