mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-25 16:11:45 +00:00
[IPV6] ADDRCONF: Convert addrconf_lock to RCU.
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
fbea49e1e2
commit
8814c4b533
7 changed files with 36 additions and 36 deletions
|
@ -189,6 +189,7 @@ struct inet6_dev
|
|||
struct ipv6_devconf cnf;
|
||||
struct ipv6_devstat stats;
|
||||
unsigned long tstamp; /* ipv6InterfaceTable update timestamp */
|
||||
struct rcu_head rcu;
|
||||
};
|
||||
|
||||
extern struct ipv6_devconf ipv6_devconf;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue