diff options
author | Kent Overstreet <kent.overstreet@gmail.com> | 2019-01-13 16:02:22 -0500 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2023-10-22 17:08:14 -0400 |
commit | d0cc3defba58889e38eaa0c275d4728b4ac3b8c2 (patch) | |
tree | 7d1eb757681cb09dae9960d4970ec2178a5ba186 /fs/bcachefs/alloc_background.h | |
parent | b8adb833652909221efde19b1813627382b5bf51 (diff) |
bcachefs: More allocator startup improvements
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'fs/bcachefs/alloc_background.h')
-rw-r--r-- | fs/bcachefs/alloc_background.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/bcachefs/alloc_background.h b/fs/bcachefs/alloc_background.h index 8ced4e845281..ef5ec659b05d 100644 --- a/fs/bcachefs/alloc_background.h +++ b/fs/bcachefs/alloc_background.h @@ -55,7 +55,7 @@ void bch2_dev_allocator_add(struct bch_fs *, struct bch_dev *); void bch2_dev_allocator_stop(struct bch_dev *); int bch2_dev_allocator_start(struct bch_dev *); -int bch2_alloc_write(struct bch_fs *); +int bch2_alloc_write(struct bch_fs *, bool, bool *); int bch2_fs_allocator_start(struct bch_fs *); void bch2_fs_allocator_background_init(struct bch_fs *); |