OSDN Git Service

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)
commit77d4df41d53e5c2af14db26f20fe50da52e382ba
tree9766dd0cf5f7f14b96d65cb86e8138aaad104b50
parentfc66de8e16ec4d9b4d2696d961de4f81db78a1b6
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