net/ipv4/netfilter: Update comment from call_rcu_bh() to call_rcu()
authorPaul E. McKenney <paulmck@linux.ibm.com>
Wed, 9 Jan 2019 22:52:05 +0000 (14:52 -0800)
committerPaul E. McKenney <paulmck@linux.ibm.com>
Tue, 9 Apr 2019 15:06:41 +0000 (08:06 -0700)
The RCU flavors have been consolidated, so this commit replaces a
comment's mention of call_rcu_bh() with call_rcu().

Signed-off-by: Paul E. McKenney <paulmck@linux.ibm.com>
Cc: Florian Westphal <fw@strlen.de>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
Cc: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
Cc: <netfilter-devel@vger.kernel.org>
Cc: <coreteam@netfilter.org>
Cc: <netdev@vger.kernel.org>
Acked-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/ipv4/netfilter/ipt_CLUSTERIP.c

index 835d50b279f56d23753d9ca3e93985055f97857e..a2a88ab07f7be0ab29ff75fe5725e391d27a2aca 100644 (file)
@@ -56,7 +56,7 @@ struct clusterip_config {
 #endif
        enum clusterip_hashmode hash_mode;      /* which hashing mode */
        u_int32_t hash_initval;                 /* hash initialization */
-       struct rcu_head rcu;                    /* for call_rcu_bh */
+       struct rcu_head rcu;                    /* for call_rcu */
        struct net *net;                        /* netns for pernet list */
        char ifname[IFNAMSIZ];                  /* device ifname */
 };