Skip to content

Commit

Permalink
netfilter: ip6_tables: Remove unneccessary comments
Browse files Browse the repository at this point in the history
This comments are obsolete and should go, as there are no set of rules
per CPU anymore.

Signed-off-by: Arushi Singhal <arushisinghal19971997@gmail.com>
  • Loading branch information
Arushi Singhal authored and Pablo Neira Ayuso committed Apr 8, 2017
1 parent d4ef383 commit 1e038e3
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions net/ipv6/netfilter/ip6_tables.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,6 @@ void *ip6t_alloc_initial_table(const struct xt_table *info)
}
EXPORT_SYMBOL_GPL(ip6t_alloc_initial_table);

/*
We keep a set of rules for each CPU, so we can avoid write-locking
them in the softirq when updating the counters and therefore
only need to read-lock in the softirq; doing a write_lock_bh() in user
context stops packets coming through and allows user context to read
the counters or update the rules.
Hence the start of any table is given by get_table() below. */

/* Returns whether matches rule or not. */
/* Performance critical - called for every packet */
static inline bool
Expand Down

0 comments on commit 1e038e3

Please sign in to comment.