Btrfs: add tests for btrfs_get_extent
[firefly-linux-kernel-4.4.55.git] / fs / btrfs / super.c
index 78041e34d15a0a35616ff4ad7d04b3df8fbedab5..1f62c1ccab1fef0a8780df61337444c4b51aa326 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;