diff options
author | Kent Overstreet <kent.overstreet@gmail.com> | 2019-04-06 15:12:21 -0400 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2023-10-22 17:08:20 -0400 |
commit | a0e0bda117d80b107c137e4c6cd0fb9814bd5214 (patch) | |
tree | 56195bc3287f26a86cbf9c7dcf762224d6a11a4f /fs/bcachefs/ec.h | |
parent | d1170ce53c5b332caf647f658c6f2a483c3608a7 (diff) |
bcachefs: Pass flags arg to bch2_alloc_write()
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'fs/bcachefs/ec.h')
-rw-r--r-- | fs/bcachefs/ec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/bcachefs/ec.h b/fs/bcachefs/ec.h index 7bcbb7e11377..b048244a4a45 100644 --- a/fs/bcachefs/ec.h +++ b/fs/bcachefs/ec.h @@ -151,7 +151,7 @@ void bch2_ec_stop_dev(struct bch_fs *, struct bch_dev *); void bch2_ec_flush_new_stripes(struct bch_fs *); int bch2_stripes_read(struct bch_fs *, struct list_head *); -int bch2_stripes_write(struct bch_fs *, bool *); +int bch2_stripes_write(struct bch_fs *, unsigned, bool *); int bch2_ec_mem_alloc(struct bch_fs *, bool); |