Update bcachefs sources to 8a316f4112 bcachefs: Give bkey_cached_key same attributes as bpos

This commit is contained in:
Kent Overstreet 2020-06-15 17:00:02 -04:00
parent 1d4bb7f4d1
commit f8f84d9388
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
4837f82ee1a0eaa2fe7c161c940f672c9e52afb6 8a316f4112c5aa4b3c2c4745fa83475dbec8a959

View File

@ -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