Skip to content

Commit

Permalink
fixup! Add core version of XDPLua
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorNogueiraRio committed Sep 9, 2019
1 parent a316240 commit bd712d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/core/dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -9949,7 +9949,7 @@ static int __init net_dev_init(void)
sd->backlog.weight = weight_p;

new_state_cpu = (lua_state_cpu *) kmalloc(sizeof(lua_state_cpu),
GFP_KERNEL);
GFP_ATOMIC);
if (!new_state_cpu)
continue;

Expand Down

0 comments on commit bd712d1

Please sign in to comment.