]> git.baikalelectronics.ru Git - kernel.git/commit
netfilter: remove the compat_{get,set} methods
authorChristoph Hellwig <hch@lst.de>
Fri, 17 Jul 2020 06:23:20 +0000 (08:23 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 20 Jul 2020 01:16:40 +0000 (18:16 -0700)
commit9624e42ce1798f5214ff0f2140f36e4f86679135
tree9766dd0cf5f7f14b96d65cb86e8138aaad104b50
parent3367836b47bb8278a4427dcbdadacc29df793d24
netfilter: remove the compat_{get,set} methods

All instances handle compat sockopts via in_compat_syscall() now, so
remove the compat_{get,set} methods as well as the
compat_nf_{get,set}sockopt wrappers.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netfilter.h
net/ipv4/ip_sockglue.c
net/ipv6/ipv6_sockglue.c
net/netfilter/nf_sockopt.c