From: Eric Dumazet
Date: Mon, 25 Sep 2017 08:40:02 -0700
> From: Eric Dumazet
>
> My prior fix was not complete, as we were dereferencing a pointer
> three times per node, not twice as I initially thought.
>
> Fixes: 4cc5b44b29a9 ("inetpeer: fix RCU lookup()")
> Fixes: b145425f269a ("inetpeer:
From: Eric Dumazet
My prior fix was not complete, as we were dereferencing a pointer
three times per node, not twice as I initially thought.
Fixes: 4cc5b44b29a9 ("inetpeer: fix RCU lookup()")
Fixes: b145425f269a ("inetpeer: remove AVL implementation in favor of RB tree")
Signed-off-by: Eric Duma