aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nfnetlink_log.c
diff options
context:
space:
mode:
authorEric W. Biederman <ebiederm@xmission.com>2015-06-17 10:28:10 -0500
committerPablo Neira Ayuso <pablo@netfilter.org>2015-06-18 21:14:27 +0200
commit2fd1dc910b39c97549d2d42a916985795ca8a641 (patch)
tree03afbcbf43a29ff32b54408245a86e70ae989900 /net/netfilter/nfnetlink_log.c
parentnetfilter: bridge: split ipv6 code into separated file (diff)
downloadlinux-dev-2fd1dc910b39c97549d2d42a916985795ca8a641.tar.xz
linux-dev-2fd1dc910b39c97549d2d42a916985795ca8a641.zip
netfilter: Kill unused copies of RCV_SKB_FAIL
This appears to have been a dead macro in both nfnetlink_log.c and nfnetlink_queue_core.c since these pieces of code were added in 2005. Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'net/netfilter/nfnetlink_log.c')
-rw-r--r--net/netfilter/nfnetlink_log.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/netfilter/nfnetlink_log.c b/net/netfilter/nfnetlink_log.c
index 4ef1fae8445e..4670821b569d 100644
--- a/net/netfilter/nfnetlink_log.c
+++ b/net/netfilter/nfnetlink_log.c
@@ -598,8 +598,6 @@ nla_put_failure:
return -1;
}
-#define RCV_SKB_FAIL(err) do { netlink_ack(skb, nlh, (err)); return; } while (0)
-
static struct nf_loginfo default_loginfo = {
.type = NF_LOG_TYPE_ULOG,
.u = {