Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 219843
b: refs/heads/master
c: 09686b5
h: refs/heads/master
i:
  219841: 129fad8
  219839: 4ea709f
v: v3
  • Loading branch information
Linus Lüssing authored and Greg Kroah-Hartman committed Sep 14, 2010
1 parent c666686 commit 480c223
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6267ea655f141bfd0955910b728571fb2a4ed1df
refs/heads/master: 09686b560ff229bc6c87489717dce118c7d2b20b
5 changes: 2 additions & 3 deletions trunk/drivers/staging/batman-adv/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ static void __exit batman_exit(void)
flush_workqueue(bat_event_workqueue);
destroy_workqueue(bat_event_workqueue);
bat_event_workqueue = NULL;

synchronize_net();
}

int mesh_init(struct net_device *soft_iface)
Expand Down Expand Up @@ -132,9 +134,6 @@ void mesh_free(struct net_device *soft_iface)
hna_local_free(bat_priv);
hna_global_free(bat_priv);

synchronize_net();

synchronize_rcu();
atomic_set(&bat_priv->mesh_state, MESH_INACTIVE);
}

Expand Down

0 comments on commit 480c223

Please sign in to comment.