diff options
Diffstat (limited to 'net/mac80211/mesh_pathtbl.c')
-rw-r--r-- | net/mac80211/mesh_pathtbl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/mesh_pathtbl.c b/net/mac80211/mesh_pathtbl.c index fe1ceeea07f1..1154398eceaa 100644 --- a/net/mac80211/mesh_pathtbl.c +++ b/net/mac80211/mesh_pathtbl.c | |||
@@ -469,7 +469,7 @@ static int mesh_path_node_copy(struct hlist_node *p, struct mesh_table *newtbl) | |||
469 | struct mpath_node *node, *new_node; | 469 | struct mpath_node *node, *new_node; |
470 | u32 hash_idx; | 470 | u32 hash_idx; |
471 | 471 | ||
472 | new_node = kmalloc(sizeof(struct mpath_node), GFP_KERNEL); | 472 | new_node = kmalloc(sizeof(struct mpath_node), GFP_ATOMIC); |
473 | if (new_node == NULL) | 473 | if (new_node == NULL) |
474 | return -ENOMEM; | 474 | return -ENOMEM; |
475 | 475 | ||