Merge branch 'l2tp-avoid-aliasing-tunnels-socket-pointer'
authorDavid S. Miller <davem@davemloft.net>
Sat, 11 Nov 2017 13:08:24 +0000 (22:08 +0900)
committerDavid S. Miller <davem@davemloft.net>
Sat, 11 Nov 2017 13:08:24 +0000 (22:08 +0900)
Guillaume Nault says:

====================
l2tp: avoid aliasing tunnels socket pointer

We don't need to copy the tunnel's socket pointer in the pseudo-wire
specific session structures. This uselessly complicates the code
and hampers evolution.

This series was part of an effort to protect tunnels socket pointer
with RCU. But since it provides nice cleanup, I submit it separately.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge