-
- Downloads
[NETFILTER]: nf_queue: remove unused data pointer
Remove the data pointer from struct nf_queue_handler. It has never been used and is useless for the only handler that really matters, nfnetlink_queue, since the handler is shared between all instances. Signed-off-by:Patrick McHardy <kaber@trash.net> Signed-off-by:
David S. Miller <davem@davemloft.net>
Showing
- include/linux/netfilter.h 1 addition, 2 deletionsinclude/linux/netfilter.h
- net/ipv4/netfilter/ip_queue.c 1 addition, 1 deletionnet/ipv4/netfilter/ip_queue.c
- net/ipv6/netfilter/ip6_queue.c 1 addition, 1 deletionnet/ipv6/netfilter/ip6_queue.c
- net/netfilter/nf_queue.c 1 addition, 1 deletionnet/netfilter/nf_queue.c
- net/netfilter/nfnetlink_queue.c 1 addition, 1 deletionnet/netfilter/nfnetlink_queue.c
Loading
Please register or sign in to comment