Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 265631
b: refs/heads/master
c: a6965c4
h: refs/heads/master
i:
  265629: 38bcc42
  265627: e419307
  265623: 0caa817
  265615: f8fe10f
  265599: 64cc843
v: v3
  • Loading branch information
Javier Cardona authored and John W. Linville committed Aug 24, 2011
1 parent f7c4dae commit 24ab057
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 86d7f9f35dcc686d57465798201e678040916979
refs/heads/master: a6965c44e981214c7483e020106a30a869411231
4 changes: 2 additions & 2 deletions trunk/net/mac80211/mesh_pathtbl.c
Original file line number Diff line number Diff line change
Expand Up @@ -654,12 +654,12 @@ int mesh_path_del(u8 *addr, struct ieee80211_sub_if_data *sdata)
mpath = node->mpath;
if (mpath->sdata == sdata &&
memcmp(addr, mpath->dst, ETH_ALEN) == 0) {
spin_lock(&mpath->state_lock);
spin_lock_bh(&mpath->state_lock);
mpath->flags |= MESH_PATH_RESOLVING;
hlist_del_rcu(&node->list);
call_rcu(&node->rcu, mesh_path_node_reclaim);
atomic_dec(&tbl->entries);
spin_unlock(&mpath->state_lock);
spin_unlock_bh(&mpath->state_lock);
goto enddel;
}
}
Expand Down

0 comments on commit 24ab057

Please sign in to comment.