[<prev] [next>] [day] [month] [year] [list]
Message-ID: <tip-bee58fe346750d53e3cf141554eea6164c8c748a@git.kernel.org>
Date: Thu, 18 Apr 2019 06:21:25 -0700
From: "tip-bot for Paul E. McKenney" <tipbot@...or.com>
To: linux-tip-commits@...r.kernel.org
Cc: paulmck@...ux.ibm.com, yoshfuji@...ux-ipv6.org, hpa@...or.com,
davem@...emloft.net, tglx@...utronix.de,
netfilter-devel@...r.kernel.org, coreteam@...filter.org,
netdev@...r.kernel.org, fw@...len.de, kuznet@....inr.ac.ru,
mingo@...nel.org, pablo@...filter.org
Subject: [tip:core/rcu] net/ipv4/netfilter: Update comment from
call_rcu_bh() to call_rcu()
Commit-ID: bee58fe346750d53e3cf141554eea6164c8c748a
Gitweb: https://git.kernel.org/tip/bee58fe346750d53e3cf141554eea6164c8c748a
Author: Paul E. McKenney <paulmck@...ux.ibm.com>
AuthorDate: Wed, 9 Jan 2019 14:52:05 -0800
Committer: Paul E. McKenney <paulmck@...ux.ibm.com>
CommitDate: Tue, 9 Apr 2019 08:06:41 -0700
net/ipv4/netfilter: Update comment from call_rcu_bh() to call_rcu()
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@...ux.ibm.com>
Cc: Florian Westphal <fw@...len.de>
Cc: "David S. Miller" <davem@...emloft.net>
Cc: Alexey Kuznetsov <kuznet@....inr.ac.ru>
Cc: Hideaki YOSHIFUJI <yoshfuji@...ux-ipv6.org>
Cc: <netfilter-devel@...r.kernel.org>
Cc: <coreteam@...filter.org>
Cc: <netdev@...r.kernel.org>
Acked-by: Pablo Neira Ayuso <pablo@...filter.org>
---
net/ipv4/netfilter/ipt_CLUSTERIP.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/ipv4/netfilter/ipt_CLUSTERIP.c b/net/ipv4/netfilter/ipt_CLUSTERIP.c
index 835d50b279f5..a2a88ab07f7b 100644
--- a/net/ipv4/netfilter/ipt_CLUSTERIP.c
+++ b/net/ipv4/netfilter/ipt_CLUSTERIP.c
@@ -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 */
};
Powered by blists - more mailing lists