diff options
author | Sasha Levin <sasha.levin@oracle.com> | 2014-07-14 17:02:31 -0700 |
---|---|---|
committer | Ziyan <jaraidaniel@gmail.com> | 2016-03-11 15:56:44 +0100 |
commit | 2ab8afb3e51a9feab437da37a85c5a38ba56e109 (patch) | |
tree | 28e6a5a3a710c50d32453d7c86bdcc58bdbf1843 /fs/dlm | |
parent | 26bd845be44674e9444ea4ef57ff42040d63fc2b (diff) | |
download | kernel_samsung_espresso10-2ab8afb3e51a9feab437da37a85c5a38ba56e109.zip kernel_samsung_espresso10-2ab8afb3e51a9feab437da37a85c5a38ba56e109.tar.gz kernel_samsung_espresso10-2ab8afb3e51a9feab437da37a85c5a38ba56e109.tar.bz2 |
net/l2tp: don't fall back on UDP [get|set]sockopt
The l2tp [get|set]sockopt() code has fallen back to the UDP functions
for socket option levels != SOL_PPPOL2TP since day one, but that has
never actually worked, since the l2tp socket isn't an inet socket.
As David Miller points out:
"If we wanted this to work, it'd have to look up the tunnel and then
use tunnel->sk, but I wonder how useful that would be"
Since this can never have worked so nobody could possibly have depended
on that functionality, just remove the broken code and return -EINVAL.
Reported-by: Sasha Levin <sasha.levin@oracle.com>
Acked-by: James Chapman <jchapman@katalix.com>
Acked-by: David Miller <davem@davemloft.net>
Cc: Phil Turnbull <phil.turnbull@oracle.com>
Cc: Vegard Nossum <vegard.nossum@oracle.com>
Cc: Willy Tarreau <w@1wt.eu>
Cc: stable@vger.kernel.org
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Change-Id: I63a8c6572971c62370442c7e74c53e66b43e4b1b
Diffstat (limited to 'fs/dlm')
0 files changed, 0 insertions, 0 deletions