Btrfs: extent fixes

Signed-off-by: Chris Mason <chris.mason@oracle.com>
This commit is contained in:
Chris Mason
2007-02-21 17:04:57 -05:00
committed by David Woodhouse
parent 06ed4b316e
commit cfaa72952f
5 changed files with 103 additions and 61 deletions

View File

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