On Fri, Oct 19, 2018 at 03:12:34PM +0200, David Sterba wrote:
> 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.
And when I take the git branch instead and rebase it to a recent commit
the same problem arises as it's from git-apply.