Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 102731
b: refs/heads/master
c: 3282aea
h: refs/heads/master
i:
  102729: 2a39a81
  102727: 1443277
v: v3
  • Loading branch information
Pavel Emelyanov authored and John W. Linville committed May 22, 2008
1 parent a53a9d3 commit 04cbbdd
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 8566dc3fca470454461b161677a5ae3bb3a8c1b8
refs/heads/master: 3282aea9ea5644a5b0161ad0fbd70fbf1099a470
2 changes: 1 addition & 1 deletion trunk/net/mac80211/mesh_pathtbl.c
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ int mesh_path_add(u8 *dst, struct net_device *dev)
newtbl = mesh_table_grow(mesh_paths);
if (!newtbl) {
write_unlock(&pathtbl_resize_lock);
return -ENOMEM;
return 0;
}
rcu_assign_pointer(mesh_paths, newtbl);
write_unlock(&pathtbl_resize_lock);
Expand Down

0 comments on commit 04cbbdd

Please sign in to comment.