From: Don Wood Date: Sun, 6 Sep 2009 03:36:37 +0000 (-0700) Subject: RDMA/nes: Change memory allocation for cqp request to GFP_ATOMIC X-Git-Tag: v2.6.32-rc1~736^2~1^8~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba0c5d9a8975cf740a4a4b8c579cc4b325f8b852;p=pandora-kernel.git RDMA/nes: Change memory allocation for cqp request to GFP_ATOMIC The routine to allocate a cqp request is not called from process context code. Since it is not OK to sleep, it needs to use GFP_ATOMIC not GFP_KERNEL. Signed-off-by: Don Wood Signed-off-by: Roland Dreier --- Reading git-diff-tree failed