aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter/ip_tables.c
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2010-04-19 16:07:47 +0200
committerPatrick McHardy <kaber@trash.net>2010-04-19 16:07:47 +0200
commit5b775eb1c04c2ef33f5e17035e368214214ef9c2 (patch)
treeebc631a1f1212aacdcceb629537ed273f32732b0 /net/ipv4/netfilter/ip_tables.c
parentcd58bcd9787ef4c16ab6e442c4f1bf3539b3ab39 (diff)
downloadlinux-5b775eb1c04c2ef33f5e17035e368214214ef9c2.tar.gz
netfilter: xtables: remove old comments about reentrancy
Signed-off-by: Jan Engelhardt <jengelh@medozas.de> Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'net/ipv4/netfilter/ip_tables.c')
-rw-r--r--net/ipv4/netfilter/ip_tables.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/ipv4/netfilter/ip_tables.c b/net/ipv4/netfilter/ip_tables.c
index 70900ecf88e21..bb5e0d9b8137c 100644
--- a/net/ipv4/netfilter/ip_tables.c
+++ b/net/ipv4/netfilter/ip_tables.c
@@ -434,8 +434,6 @@ ipt_do_table(struct sk_buff *skb,
continue;
}
- /* Targets which reenter must return
- abs. verdicts */
tgpar.target = t->u.kernel.target;
tgpar.targinfo = t->data;