aboutsummaryrefslogtreecommitdiffstats
path: root/include/net
diff options
context:
space:
mode:
Diffstat (limited to 'include/net')
-rw-r--r--include/net/inet_sock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/inet_sock.h b/include/net/inet_sock.h
index 1989cfd7405f..8945f9fb192a 100644
--- a/include/net/inet_sock.h
+++ b/include/net/inet_sock.h
@@ -141,7 +141,7 @@ struct inet_sock {
141 nodefrag:1; 141 nodefrag:1;
142 int mc_index; 142 int mc_index;
143 __be32 mc_addr; 143 __be32 mc_addr;
144 struct ip_mc_socklist *mc_list; 144 struct ip_mc_socklist __rcu *mc_list;
145 struct { 145 struct {
146 unsigned int flags; 146 unsigned int flags;
147 unsigned int fragsize; 147 unsigned int fragsize;