diff options
author | Kent Overstreet <kent.overstreet@linux.dev> | 2022-11-18 18:21:11 -0500 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2022-11-18 18:21:11 -0500 |
commit | c1f55a60c41ca5ab8ed7a0893c3d29f8006da82a (patch) | |
tree | 6aed1a472dc723feb6447e5495bc8452e21219f5 /libbcachefs/data_update.h | |
parent | e4716b10ed0210a13efdd3252c12199da3d52aad (diff) |
Update bcachefs sources to 6406e05835 bcachefs: Nocow support
Diffstat (limited to 'libbcachefs/data_update.h')
-rw-r--r-- | libbcachefs/data_update.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libbcachefs/data_update.h b/libbcachefs/data_update.h index 5d869079..f304c336 100644 --- a/libbcachefs/data_update.h +++ b/libbcachefs/data_update.h @@ -32,6 +32,7 @@ void bch2_data_update_read_done(struct data_update *, struct bch_extent_crc_unpacked); 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 *, struct write_point_specifier, struct bch_io_opts, struct data_update_opts, |