summaryrefslogtreecommitdiff
path: root/libbcachefs/io_types.h
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2019-10-10 18:04:36 -0400
committerKent Overstreet <kent.overstreet@gmail.com>2019-10-10 18:06:44 -0400
commit7f3557f57efb6e22aa90fdaca481907f633ceb08 (patch)
tree314b07c8751082da37dea73a5436cca688206865 /libbcachefs/io_types.h
parent62f5e4fa67dde8255fa18a06d5354cdca02b6fc7 (diff)
Update bcachefs sources to 7e03c1ab0e bcachefs: Kill bchfs_extent_update()
Diffstat (limited to 'libbcachefs/io_types.h')
-rw-r--r--libbcachefs/io_types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libbcachefs/io_types.h b/libbcachefs/io_types.h
index 2d397e5e..c2c2cce0 100644
--- a/libbcachefs/io_types.h
+++ b/libbcachefs/io_types.h
@@ -132,6 +132,8 @@ struct bch_write_op {
u64 *journal_seq_p;
u64 journal_seq;
};
+ u64 new_i_size;
+ s64 i_sectors_delta;
int (*index_update_fn)(struct bch_write_op *);