[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@xxxxxxxxx> --- commit b004f3f365c301797f4c40382faed4a4c220aeb1 tree f8c7da6965cdfef93363dba3f9bcb9a7be2afa0e parent 31a70984a4c56f7141c77842bd4aa76835f4b1f1 author Patrick McHardy <kaber@xxxxxxxxx> Mon, 17 Dec 2007 14:58:37 +0100 committer Patrick McHardy <kaber@xxxxxxxxx> Tue, 18 Dec 2007 00:24:58 +0100 net/netfilter/nf_log.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/net/netfilter/nf_log.c b/net/netfilter/nf_log.c index ed9116d..4f5f288 100644 --- a/net/netfilter/nf_log.c +++ b/net/netfilter/nf_log.c @@ -91,7 +91,6 @@ void nf_log_packet(int pf, va_start(args, fmt); vsnprintf(prefix, sizeof(prefix), fmt, args); va_end(args); - /* We must read logging before nf_logfn[pf] */ logger->logfn(pf, hooknum, skb, in, out, loginfo, prefix); } else if (net_ratelimit()) { printk(KERN_WARNING "nf_log_packet: can\'t log since " - To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html