]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/btrfs/quick-test.c
Btrfs: Add inode map, and the start of file extent items
[linux-2.6-omap-h63xx.git] / fs / btrfs / quick-test.c
index d676577185d559d53827fe4566fb16fcdc810209..ef12cf88878394beead8881f4031081f62fda65f 100644 (file)
@@ -172,7 +172,8 @@ int main(int ac, char **av) {
        printf("tree size is now %d\n", tree_size);
        printf("root %p commit root %p\n", root->node, root->commit_root);
        printf("map tree\n");
-       btrfs_print_tree(root->extent_root, root->extent_root->node);
+       btrfs_print_tree(root->fs_info->extent_root,
+                        root->fs_info->extent_root->node);
        close_ctree(root, &super);
        return 0;
 }