mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-01-23 00:07:07 +03:00
Update bcachefs sources to 8a316f4112 bcachefs: Give bkey_cached_key same attributes as bpos
This commit is contained in:
parent
1d4bb7f4d1
commit
f8f84d9388
@ -1 +1 @@
|
|||||||
4837f82ee1a0eaa2fe7c161c940f672c9e52afb6
|
8a316f4112c5aa4b3c2c4745fa83475dbec8a959
|
||||||
|
@ -298,7 +298,7 @@ struct btree_key_cache {
|
|||||||
struct bkey_cached_key {
|
struct bkey_cached_key {
|
||||||
u32 btree_id;
|
u32 btree_id;
|
||||||
struct bpos pos;
|
struct bpos pos;
|
||||||
} __packed;
|
} __attribute__((packed, aligned(4)));
|
||||||
|
|
||||||
#define BKEY_CACHED_DIRTY 0
|
#define BKEY_CACHED_DIRTY 0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user