On 03.02.2016 02:55, Eric Dumazet wrote:
From: Eric Dumazet <[email protected]>

Silence lockdep false positive about rcu_dereference() being
used in the wrong context.

First one should use rcu_dereference_protected() as we own the spinlock.
>
Second one should be a normal assignation, as no barrier is needed.

Acked-by: Hannes Frederic Sowa <[email protected]>

Reply via email to