diff options
author | Paul E. McKenney <paulmck@linux.ibm.com> | 2019-04-16 07:08:07 -0700 |
---|---|---|
committer | Paul E. McKenney <paulmck@linux.ibm.com> | 2019-04-16 07:08:07 -0700 |
commit | 91df49e187c1a111e423fe0c3aec3472980385e4 (patch) | |
tree | 786597fa6d24906c9e8e4dcc9ebca992848d0e1f /net | |
parent | a5220e7d2e1b13e62c0d5eab3fbfaef401186e3b (diff) | |
parent | 6cdbc07a5adc376104cb4d56eff2d4eb58bcfac7 (diff) |
Merge LKMM and RCU commits
Diffstat (limited to 'net')
-rw-r--r-- | net/ipv4/netfilter/ipt_CLUSTERIP.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ }; |