diff options
author | Chris Mason <chris.mason@oracle.com> | 2007-02-21 17:04:57 -0500 |
---|---|---|
committer | David Woodhouse <dwmw2@hera.kernel.org> | 2007-02-21 17:04:57 -0500 |
commit | cfaa72952fa7b44aa5d967cbc266110900552aef (patch) | |
tree | 7ca429e7417d168faa57dab4bc069c23fefb5cc4 /fs/btrfs/ctree.h | |
parent | 06ed4b316e8e24b6899ece7186c6a7a0129326ba (diff) |
Btrfs: extent fixes
Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'fs/btrfs/ctree.h')
-rw-r--r-- | fs/btrfs/ctree.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h index b737925be314..78407d32db78 100644 --- a/fs/btrfs/ctree.h +++ b/fs/btrfs/ctree.h | |||
@@ -57,6 +57,11 @@ struct ctree_root_info { | |||
57 | u64 snapuuid[2]; /* root specific uuid */ | 57 | u64 snapuuid[2]; /* root specific uuid */ |
58 | } __attribute__ ((__packed__)); | 58 | } __attribute__ ((__packed__)); |
59 | 59 | ||
60 | struct ctree_super_block { | ||
61 | struct ctree_root_info root_info; | ||
62 | struct ctree_root_info extent_info; | ||
63 | } __attribute__ ((__packed__)); | ||
64 | |||
60 | struct item { | 65 | struct item { |
61 | struct key key; | 66 | struct key key; |
62 | u16 offset; | 67 | u16 offset; |