On Fri, Apr 19, 2013 at 05:41:04PM +0200, Stefan Behrens wrote:
> @@ -2830,6 +2857,15 @@ retry_root_backup:
> return ret;
> }
>
> + if (need_to_create_uuid_tree) {
> + ret = btrfs_create_uuid_tree(fs_info, tree_root);
> + if (ret) {
> + pr_warn("btrfs: failed to create the UUID tree\n");
Please print the error code
> + close_ctree(tree_root);
> + return ret;
> + }
> + }
> +
> return 0;
>
> fail_qgroup:
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html