summaryrefslogtreecommitdiff
path: root/libbcachefs/data_update.h
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@linux.dev>2025-09-17 01:12:48 -0400
committerKent Overstreet <kent.overstreet@linux.dev>2025-09-17 12:38:33 -0400
commit6375fda6ecde24a2b0376db969c9a441b125639f (patch)
treef96e27b5e4d3d71f43d4326d41d9b7a42b628aa0 /libbcachefs/data_update.h
parent20667b55f8ec8f62bc02edbe5a7ea90f26c85ba6 (diff)
Update bcachefs sources to c819a7757912 bcachefs: kill write_(begin|end)
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
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;