]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - net/mac80211/mesh_pathtbl.c
Merge 'akpm' patch series
[mv-sheeva.git] / net / mac80211 / mesh_pathtbl.c
index 0d2faacc3e870c0feee42ad2d854cb1110f32ecc..068ee65182547e0f825a404768a2c72b8c8b7a7d 100644 (file)
@@ -647,12 +647,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_bh(&mpath->state_lock);
+                       spin_lock(&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_bh(&mpath->state_lock);
+                       spin_unlock(&mpath->state_lock);
                        goto enddel;
                }
        }