diff options
author | Guillaume Nault <g.nault@alphalink.fr> | 2017-11-11 06:06:37 +0900 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-11-11 22:08:23 +0900 |
commit | da9ca825ef79fd1c64297b5267d594b11a9e5b16 (patch) | |
tree | fd18769ef8fe5132e2270ce7b54cc207fc7f0496 /net/l2tp/l2tp_netlink.c | |
parent | 7198c77aa05560c257ee377ec1f4796812121580 (diff) |
l2tp: remove the .tunnel_sock field from struct pppol2tp_session
The last user of .tunnel_sock is pppol2tp_connect() which defensively
uses it to verify internal data consistency.
This check isn't necessary: l2tp_session_get() guarantees that the
returned session belongs to the tunnel passed as parameter. And
.tunnel_sock is never updated, so checking that it still points to
the parent tunnel socket is useless; that test can never fail.
Signed-off-by: Guillaume Nault <g.nault@alphalink.fr>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/l2tp/l2tp_netlink.c')
0 files changed, 0 insertions, 0 deletions