summaryrefslogtreecommitdiff
path: root/libbcachefs/data_update.h
diff options
context:
space:
mode:
Diffstat (limited to 'libbcachefs/data_update.h')
-rw-r--r--libbcachefs/data_update.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libbcachefs/data_update.h b/libbcachefs/data_update.h
index 3b0ba6f6..0e93b518 100644
--- a/libbcachefs/data_update.h
+++ b/libbcachefs/data_update.h
@@ -43,6 +43,11 @@ struct data_update {
enum btree_id btree_id;
struct bkey_buf k;
struct data_update_opts data_opts;
+
+ /* associated with @ctxt */
+ struct list_head read_list;
+ struct list_head io_list;
+ struct move_bucket *b;
struct moving_context *ctxt;
struct bch_move_stats *stats;