"git@git.tuxist.de:jan.koester/linux.git" did not exist on "138c8af8649ceea38aa52323b9326c10068bb597"
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:Anoob Soman <anoob.soman@citrix.com> Signed-off-by:
David S. Miller <davem@davemloft.net>
Loading
Please sign in to comment