X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libbcachefs%2Fdata_update.h;h=49e9055cbb5262a642532ea75856b1df10e5101f;hb=15b24c732749339e3f65f030e7e68624b1b4bfbd;hp=f304c33662266ec1edf563c7c424ef9c250ff1d1;hpb=c1f55a60c41ca5ab8ed7a0893c3d29f8006da82a;p=bcachefs-tools-debian diff --git a/libbcachefs/data_update.h b/libbcachefs/data_update.h index f304c33..49e9055 100644 --- a/libbcachefs/data_update.h +++ b/libbcachefs/data_update.h @@ -33,7 +33,8 @@ void bch2_data_update_read_done(struct data_update *, void bch2_data_update_exit(struct data_update *); void bch2_update_unwritten_extent(struct btree_trans *, struct data_update *); -int bch2_data_update_init(struct bch_fs *, struct data_update *, +int bch2_data_update_init(struct btree_trans *, struct moving_context *, + struct data_update *, struct write_point_specifier, struct bch_io_opts, struct data_update_opts, enum btree_id, struct bkey_s_c);