Re: [GIT PULL] Please pull RDMA subsystem changes
From: Linus Torvalds
Date: Sat Oct 17 2020 - 14:22:16 EST
On Fri, Oct 16, 2020 at 11:52 AM Jason Gunthorpe <jgg@xxxxxxxxxx> wrote:
>
> You'll need to apply this fixup to the merge commit (it is in the tag
> for-linus-merged for reference):
Ugh. That's unbelievably and unnecessarily ugly.
There's no point in that unnecessary "ret" variable and the "goto out"
etc, when all the error cases can be handled much more directly.
So I resolved that merge issue somewhat differently. I can't test the
end result, but it looks TriviallyCorrect(tm).
Famous last words. Feel free to make fun of me and call me names if that breaks.
Linus
I did it v