summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.h
diff options
context:
space:
mode:
authorChris Mason2007-02-21 23:04:57 +0100
committerDavid Woodhouse2007-02-21 23:04:57 +0100
commitcfaa72952fa7b44aa5d967cbc266110900552aef (patch)
tree7ca429e7417d168faa57dab4bc069c23fefb5cc4 /fs/btrfs/ctree.h
parentBtrfs: add mkfs.c (diff)
downloadkernel-qcow2-linux-cfaa72952fa7b44aa5d967cbc266110900552aef.tar.gz
kernel-qcow2-linux-cfaa72952fa7b44aa5d967cbc266110900552aef.tar.xz
kernel-qcow2-linux-cfaa72952fa7b44aa5d967cbc266110900552aef.zip
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.h5
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 {
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;