On Thu, Oct 18, 2018 at 07:17:28PM +0800, Qu Wenruo wrote:
> +free_out:
> + kfree(block);
> + free_extent_buffer(reloc_eb);
> +out:
> + if (ret < 0) {
> + btrfs_err_rl(fs_info,
> + "failed to account subtree at bytenr %llu: %d",
> + file_eb->start, ret);
There's a trailing space at the end of the line and git-am does not let
me apply the patch without manual intervetion. Please clean the patch
before sending next time, thanks.
> + fs_info->qgroup_flags |= BTRFS_QGROUP_STATUS_FLAG_INCONSISTENT;
> + }
> + return ret;
> +}