mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-22 14:41:27 +00:00
net: Drop pernet_operations::async
Synchronous pernet_operations are not allowed anymore. All are asynchronous. So, drop the structure member. Signed-off-by: Kirill Tkhai <ktkhai@virtuozzo.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
094374e5e1
commit
2f635ceeb2
182 changed files with 0 additions and 206 deletions
|
@ -1735,7 +1735,6 @@ static __net_exit void ipv4_mib_exit_net(struct net *net)
|
|||
static __net_initdata struct pernet_operations ipv4_mib_ops = {
|
||||
.init = ipv4_mib_init_net,
|
||||
.exit = ipv4_mib_exit_net,
|
||||
.async = true,
|
||||
};
|
||||
|
||||
static int __init init_ipv4_mibs(void)
|
||||
|
@ -1789,7 +1788,6 @@ static __net_exit void inet_exit_net(struct net *net)
|
|||
static __net_initdata struct pernet_operations af_inet_ops = {
|
||||
.init = inet_init_net,
|
||||
.exit = inet_exit_net,
|
||||
.async = true,
|
||||
};
|
||||
|
||||
static int __init init_inet_pernet_ops(void)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue