mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-22 06:32:08 +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
|
@ -954,7 +954,6 @@ static struct notifier_block can_netdev_notifier __read_mostly = {
|
|||
static struct pernet_operations can_pernet_ops __read_mostly = {
|
||||
.init = can_pernet_init,
|
||||
.exit = can_pernet_exit,
|
||||
.async = true,
|
||||
};
|
||||
|
||||
static __init int can_init(void)
|
||||
|
|
|
@ -1717,7 +1717,6 @@ static void canbcm_pernet_exit(struct net *net)
|
|||
static struct pernet_operations canbcm_pernet_ops __read_mostly = {
|
||||
.init = canbcm_pernet_init,
|
||||
.exit = canbcm_pernet_exit,
|
||||
.async = true,
|
||||
};
|
||||
|
||||
static int __init bcm_module_init(void)
|
||||
|
|
|
@ -1010,7 +1010,6 @@ static void __net_exit cangw_pernet_exit(struct net *net)
|
|||
static struct pernet_operations cangw_pernet_ops = {
|
||||
.init = cangw_pernet_init,
|
||||
.exit = cangw_pernet_exit,
|
||||
.async = true,
|
||||
};
|
||||
|
||||
static __init int cgw_module_init(void)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue