From: Julia Lawall Date: Mon, 9 Jan 2012 09:40:47 +0000 (+0100) Subject: IB/qib: Use GFP_ATOMIC when locks are held X-Git-Tag: v3.3-rc3~40^2^6~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f3696eb21ef39b7bb7ea7d0160e925904309281;p=pandora-kernel.git IB/qib: Use GFP_ATOMIC when locks are held alloc_dummy_hdrq() is called with locks held and thus should not use GFP_KERNEL. The semantic patch that makes this report is available in scripts/coccinelle/locks/call_kern.cocci. Signed-off-by: Julia Lawall Acked-by: Mike Marciniszyn Signed-off-by: Roland Dreier --- Reading git-diff-tree failed