Btrfs: extent fixes
Signed-off-by: Chris Mason <chris.mason@oracle.com>
This commit is contained in:
committed by
David Woodhouse
parent
06ed4b316e
commit
cfaa72952f
@@ -57,6 +57,11 @@ struct ctree_root_info {
|
||||
u64 snapuuid[2]; /* root specific uuid */
|
||||
} __attribute__ ((__packed__));
|
||||
|
||||
struct ctree_super_block {
|
||||
struct ctree_root_info root_info;
|
||||
struct ctree_root_info extent_info;
|
||||
} __attribute__ ((__packed__));
|
||||
|
||||
struct item {
|
||||
struct key key;
|
||||
u16 offset;
|
||||
|
Reference in New Issue
Block a user