]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit04ce3fe3cd7ffb9406010120b737473e30447c9f
tree8d32716e5de35735c9201ad1f3b7177e581ba5ac
parent7597efb783929c5b3fa84639c6ddb5afa56009d7
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