diff options
Diffstat (limited to 'libbcachefs/io.h')
-rw-r--r-- | libbcachefs/io.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libbcachefs/io.h b/libbcachefs/io.h index 45c95094..37f7fa61 100644 --- a/libbcachefs/io.h +++ b/libbcachefs/io.h @@ -78,6 +78,7 @@ static inline void bch2_write_op_init(struct bch_write_op *op, struct bch_fs *c, op->nr_replicas = 0; op->nr_replicas_required = c->opts.data_replicas_required; op->alloc_reserve = RESERVE_NONE; + op->incompressible = 0; op->open_buckets.nr = 0; op->devs_have.nr = 0; op->target = 0; |