From: Eric Dumazet Date: Sun, 5 Oct 2014 09:35:12 +0000 (+0300) Subject: net/mlx4_en: tx_info allocated with kmalloc() instead of vmalloc() X-Git-Tag: fixes-against-v3.18-rc2~144^2~30^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc9b06d156cefb95f7f6a3ac0521a3efa31d6805;p=pandora-kernel.git net/mlx4_en: tx_info allocated with kmalloc() instead of vmalloc() Try to allocate using kmalloc_node() first, only on failure use vmalloc() Signed-off-by: Eric Dumazet Signed-off-by: Amir Vadai Signed-off-by: David S. Miller --- Reading git-diff-tree failed