Btrfs: add tests for btrfs_get_extent
[pandora-kernel.git] / fs / btrfs / super.c
index 78041e3..1f62c1c 100644 (file)
@@ -1802,6 +1802,9 @@ static int btrfs_run_sanity_tests(void)
        if (ret)
                goto out;
        ret = btrfs_test_extent_io();
+       if (ret)
+               goto out;
+       ret = btrfs_test_inodes();
 out:
        btrfs_destroy_test_fs();
        return ret;