summaryrefslogtreecommitdiff
path: root/libbcachefs/move.h
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2021-03-16 21:45:21 -0400
committerKent Overstreet <kent.overstreet@gmail.com>2021-03-16 21:46:18 -0400
commitaa0ddf3cf900cbcf14d5eb3d42638cc4ebb18cf7 (patch)
tree4b4f32e655f206a6a5849e24e03bdd716d99d095 /libbcachefs/move.h
parente7c4380a892297d2f65e1c317a1b6d4c67378299 (diff)
Update bcachefs sources to 242d37cbd0 bcachefs: Kill btree_iter_pos_changed()
Diffstat (limited to 'libbcachefs/move.h')
-rw-r--r--libbcachefs/move.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/libbcachefs/move.h b/libbcachefs/move.h
index b04bc669..403ca695 100644
--- a/libbcachefs/move.h
+++ b/libbcachefs/move.h
@@ -52,9 +52,11 @@ typedef enum data_cmd (*move_pred_fn)(struct bch_fs *, void *,
struct bkey_s_c,
struct bch_io_opts *, struct data_opts *);
-int bch2_move_data(struct bch_fs *, struct bch_ratelimit *,
+int bch2_move_data(struct bch_fs *,
+ enum btree_id, struct bpos,
+ enum btree_id, struct bpos,
+ struct bch_ratelimit *,
struct write_point_specifier,
- struct bpos, struct bpos,
move_pred_fn, void *,
struct bch_move_stats *);