net/ipv4: remove compat_ip_{get,set}sockopt
authorChristoph Hellwig <hch@lst.de>
Fri, 17 Jul 2020 06:23:26 +0000 (08:23 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 20 Jul 2020 01:16:41 +0000 (18:16 -0700)
commitb6238c04c0e5dbe7ae4ea48e96e004905b120a04
tree8d32716e5de35735c9201ad1f3b7177e581ba5ac
parent02caad7cc0841f94bc105b93fbe468d3cbf6f378
net/ipv4: remove compat_ip_{get,set}sockopt

Handle the few cases that need special treatment in-line using
in_compat_syscall().

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/ip.h
net/dccp/ipv4.c
net/ipv4/ip_sockglue.c
net/ipv4/raw.c
net/ipv4/tcp_ipv4.c
net/ipv4/udp.c
net/ipv4/udp_impl.h
net/ipv4/udplite.c
net/l2tp/l2tp_ip.c
net/sctp/protocol.c