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 Jul 30, 2019
1 parent 08b1f34 commit 99c8edb
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 @@ -9965,7 +9965,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 99c8edb

Please sign in to comment.