summaryrefslogtreecommitdiff
path: root/libbcachefs/io_types.h
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2020-02-22 16:21:32 -0500
committerKent Overstreet <kent.overstreet@gmail.com>2020-02-22 16:21:32 -0500
commit7c4552717f0546fe2670d6845a7c17c62fc2e44c (patch)
tree2b5840bcb637a98bba22ea4d10f62738c031ef5c /libbcachefs/io_types.h
parente0eb64c84601b2bbae055df809dd21f95f85c034 (diff)
Update bcachefs sources to 9017d85854 bcachefs: btree_ptr_v2
Diffstat (limited to 'libbcachefs/io_types.h')
-rw-r--r--libbcachefs/io_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbcachefs/io_types.h b/libbcachefs/io_types.h
index 7f7b69b3..684e4c9a 100644
--- a/libbcachefs/io_types.h
+++ b/libbcachefs/io_types.h
@@ -104,7 +104,7 @@ struct bch_write_op {
unsigned compression_type:4;
unsigned nr_replicas:4;
unsigned nr_replicas_required:4;
- unsigned alloc_reserve:4;
+ unsigned alloc_reserve:3;
unsigned incompressible:1;
struct bch_devs_list devs_have;