summaryrefslogtreecommitdiff
path: root/ctree.h
diff options
context:
space:
mode:
authorChris Mason <chris.mason@oracle.com>2007-02-21 17:04:57 -0500
committerDavid Woodhouse <dwmw2@hera.kernel.org>2007-02-21 17:04:57 -0500
commit72777fbe2992c9e4aa157730e354d01cc26f0853 (patch)
treed758a6a3ede6203bcc54c26e1dbd661b4827f2bb /ctree.h
parent828ba340281c283cb83d3168ca98a69131f78a98 (diff)
extent fixes
Diffstat (limited to 'ctree.h')
-rw-r--r--ctree.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/ctree.h b/ctree.h
index b737925b..78407d32 100644
--- a/ctree.h
+++ b/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;