Skip to content
Commit 9f674e48 authored by Anoob Soman's avatar Anoob Soman Committed by David S. Miller
Browse files

xen-netback: Use GFP_ATOMIC to allocate hash



Allocation of new_hash, inside xenvif_new_hash(), always happen
in softirq context, so use GFP_ATOMIC instead of GFP_KERNEL for new
hash allocation.

Signed-off-by: default avatarAnoob Soman <anoob.soman@citrix.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 31c05415
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment