summaryrefslogtreecommitdiff
path: root/net/ieee802154
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2018-02-27 11:01:40 -0500
committerDavid S. Miller <davem@davemloft.net>2018-02-27 11:01:40 -0500
commit23363b87a80a2eeb366c9b5b93248b7d73125ba8 (patch)
tree5c5d9694c45de9a34528de7e14627425acfcc4b7 /net/ieee802154
parent7f897db37b76235d50151dfea7d543568d54535a (diff)
parent3edbccf96d2de30e7b986ceae090becfc07d3573 (diff)
Merge branch 'pernet_operations-convert-part-3'
Kirill Tkhai says: ==================== Converting pernet_operations (part #3) This patchset continues to review and to convert pernet_operations to async. Where it is possible, they are grouped by type of actions init/exit methods ([1/28], for example). I hope this will make the review a little bit easier. The changes are tree-wide: in net, fs, drivers and security. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ieee802154')
-rw-r--r--net/ieee802154/core.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ieee802154/core.c b/net/ieee802154/core.c
index cb7176cd4cd6..9104943c15ba 100644
--- a/net/ieee802154/core.c
+++ b/net/ieee802154/core.c
@@ -345,6 +345,7 @@ static void __net_exit cfg802154_pernet_exit(struct net *net)
static struct pernet_operations cfg802154_pernet_ops = {
.exit = cfg802154_pernet_exit,
+ .async = true,
};
static int __init wpan_phy_class_init(void)