mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-26 00:21:17 +00:00
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>
This commit is contained in:
parent
e0ee9c1215
commit
02ea80741a
2 changed files with 0 additions and 2 deletions
|
@ -146,7 +146,6 @@ struct ifacaddr6 {
|
|||
struct ifacaddr6 *aca_next;
|
||||
int aca_users;
|
||||
atomic_t aca_refcnt;
|
||||
spinlock_t aca_lock;
|
||||
unsigned long aca_cstamp;
|
||||
unsigned long aca_tstamp;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue