Commit a7c42955e036127f793ad955d3ec718494efb1eb
Committed by
David S. Miller
1 parent
7b2f9631e7
Exists in
master
and in
7 other branches
[NETFILTER]: nf_log: remove incomprehensible comment
Whatever that comment tries to say, I don't get it and it looks like a leftover from the time when RCU wasn't used properly. Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>
Showing 1 changed file with 0 additions and 1 deletions Side-by-side Diff
net/netfilter/nf_log.c
... | ... | @@ -91,7 +91,6 @@ |
91 | 91 | va_start(args, fmt); |
92 | 92 | vsnprintf(prefix, sizeof(prefix), fmt, args); |
93 | 93 | va_end(args); |
94 | - /* We must read logging before nf_logfn[pf] */ | |
95 | 94 | logger->logfn(pf, hooknum, skb, in, out, loginfo, prefix); |
96 | 95 | } else if (net_ratelimit()) { |
97 | 96 | printk(KERN_WARNING "nf_log_packet: can\'t log since " |