From: Tal Alon Date: Wed, 16 Oct 2013 14:37:48 +0000 (+0300) Subject: IPoIB: Change CM skb memory allocation to be non-atomic during init X-Git-Tag: v3.13-rc1~44^2^4~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22252b4e09f19431f82dc26428e0edf697d19a04;p=pandora-kernel.git IPoIB: Change CM skb memory allocation to be non-atomic during init Change CM skb memory allocation to use GFP_KERNEL when possible. During device init there's no need to use GFP_ATOMIC when allocating memory for the CM skbs -- use GFP_KERNEL instead. Signed-off-by: Tal Alon Signed-off-by: Erez Shitrit Signed-off-by: Or Gerlitz Signed-off-by: Roland Dreier --- Reading git-diff-tree failed