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, 3 insertions, 2 deletions
diff --git a/libbcachefs/data_update.h b/libbcachefs/data_update.h
index 6793aa57..5d869079 100644
--- a/libbcachefs/data_update.h
+++ b/libbcachefs/data_update.h
@@ -26,9 +26,10 @@ struct data_update {
struct bch_write_op op;
};
+int bch2_data_update_index_update(struct bch_write_op *);
+
void bch2_data_update_read_done(struct data_update *,
- struct bch_extent_crc_unpacked,
- struct closure *);
+ struct bch_extent_crc_unpacked);
void bch2_data_update_exit(struct data_update *);
int bch2_data_update_init(struct bch_fs *, struct data_update *,