Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 96556
b: refs/heads/master
c: 6d6936e
h: refs/heads/master
v: v3
  • Loading branch information
Pavel Emelyanov authored and John W. Linville committed May 13, 2008
1 parent 6557651 commit 8c7a4c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 0eb03d5a14377eecf6ed0ebf3cc2c9f48c12c7c6
refs/heads/master: 6d6936e2ea82ebcbdd12d489b7b5ccf430de52f1
3 changes: 2 additions & 1 deletion trunk/net/mac80211/mesh_pathtbl.c
Original file line number Diff line number Diff line change
Expand Up @@ -220,9 +220,10 @@ int mesh_path_add(u8 *dst, struct net_device *dev)
return -ENOMEM;
}
rcu_assign_pointer(mesh_paths, newtbl);
write_unlock(&pathtbl_resize_lock);

synchronize_rcu();
mesh_table_free(oldtbl, false);
write_unlock(&pathtbl_resize_lock);
}
endadd2:
return err;
Expand Down

0 comments on commit 8c7a4c7

Please sign in to comment.