diff options
Diffstat (limited to 'libbcachefs/io_types.h')
-rw-r--r-- | libbcachefs/io_types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbcachefs/io_types.h b/libbcachefs/io_types.h index 4149291c..0fbdfbf9 100644 --- a/libbcachefs/io_types.h +++ b/libbcachefs/io_types.h @@ -119,7 +119,7 @@ struct bch_write_op { unsigned compression_type:4; unsigned nr_replicas:4; unsigned nr_replicas_required:4; - unsigned alloc_reserve:3; + unsigned watermark:3; unsigned incompressible:1; unsigned stripe_waited:1; |