diff options
Diffstat (limited to 'libbcachefs/bcachefs_format.h')
-rw-r--r-- | libbcachefs/bcachefs_format.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libbcachefs/bcachefs_format.h b/libbcachefs/bcachefs_format.h index ef854fb1..2d64bcae 100644 --- a/libbcachefs/bcachefs_format.h +++ b/libbcachefs/bcachefs_format.h @@ -1208,8 +1208,7 @@ struct prio_set { __le64 next_bucket; struct bucket_disk { - __le16 read_prio; - __le16 write_prio; + __le16 prio[2]; __u8 gen; } __attribute__((packed)) data[]; } __attribute__((packed, aligned(8))); |