aboutsummaryrefslogtreecommitdiffstats
path: root/include/net
diff options
context:
space:
mode:
authorLi RongQing <roy.qing.li@gmail.com>2014-10-11 01:03:34 -0400
committerDavid S. Miller <davem@davemloft.net>2014-10-14 13:15:15 -0400
commit02ea80741a25435123e8a5ca40cac6a0bcf0c9f1 (patch)
tree91af059eb3e25f4bbdd7a148c0d0226e057e5549 /include/net
parente0ee9c12157dc74e49e4731e0d07512e7d1ceb95 (diff)
ipv6: remove aca_lock spinlock from struct ifacaddr6
no user uses this lock. Signed-off-by: Li RongQing <roy.qing.li@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net')
-rw-r--r--include/net/if_inet6.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/if_inet6.h b/include/net/if_inet6.h
index 55a8d4056cc9..98e5f9578f86 100644
--- a/include/net/if_inet6.h
+++ b/include/net/if_inet6.h
@@ -146,7 +146,6 @@ struct ifacaddr6 {
146 struct ifacaddr6 *aca_next; 146 struct ifacaddr6 *aca_next;
147 int aca_users; 147 int aca_users;
148 atomic_t aca_refcnt; 148 atomic_t aca_refcnt;
149 spinlock_t aca_lock;
150 unsigned long aca_cstamp; 149 unsigned long aca_cstamp;
151 unsigned long aca_tstamp; 150 unsigned long aca_tstamp;
152}; 151};