Btrfs: add a sanity test for btrfs_split_item
[linux-2.6-block.git] / fs / btrfs / ctree.h
index fa117f7d5a8f2d7a2b4cece3e2cf85331c6d8f06..ee0b8aa82828c303ed62cdd4a5dd681570759692 100644 (file)
@@ -1724,7 +1724,9 @@ struct btrfs_root {
        int ref_cows;
        int track_dirty;
        int in_radix;
-
+#ifdef CONFIG_BTRFS_FS_RUN_SANITY_TESTS
+       int dummy_root;
+#endif
        u64 defrag_trans_start;
        struct btrfs_key defrag_progress;
        struct btrfs_key defrag_max;