Luis pointed out that this path is going to be freed right away anyway so there's no point in assigning next_hop. Signed-off-by: Johannes Berg <johannes@xxxxxxxxxxxxxxxx> Cc: Luis Carlos Cobo <luisca@xxxxxxxxxxx> --- net/mac80211/mesh_pathtbl.c | 1 - 1 file changed, 1 deletion(-) --- everything.orig/net/mac80211/mesh_pathtbl.c 2008-02-26 10:51:22.000000000 +0100 +++ everything/net/mac80211/mesh_pathtbl.c 2008-02-26 10:51:40.000000000 +0100 @@ -301,7 +301,6 @@ static void mesh_path_node_reclaim(struc struct ieee80211_sub_if_data *sdata = IEEE80211_DEV_TO_SUB_IF(node->mpath->dev); - rcu_assign_pointer(node->mpath->next_hop, NULL); atomic_dec(&sdata->u.sta.mpaths); kfree(node->mpath); kfree(node); - To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html