IB/qib: Use GFP_ATOMIC when locks are held
authorJulia Lawall <julia.lawall@lip6.fr>
Mon, 9 Jan 2012 09:40:47 +0000 (10:40 +0100)
committerRoland Dreier <roland@purestorage.com>
Fri, 27 Jan 2012 17:59:22 +0000 (09:59 -0800)
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 <julia.lawall@lip6.fr>
Acked-by: Mike Marciniszyn <mike.marciniszyn@qlogic.com>
Signed-off-by: Roland Dreier <roland@purestorage.com>

No differences found