From: Dan Carpenter Date: Mon, 20 Jan 2014 10:32:49 +0000 (+0300) Subject: IB/usnic: Use GFP_ATOMIC under spinlock X-Git-Tag: v3.14-rc1~103^2~1^11~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ce96afa8239f13bdf5ab35839bac46c103bbedc;p=pandora-kernel.git IB/usnic: Use GFP_ATOMIC under spinlock This is called from qp_grp_and_vf_bind() and we are holding the vf->lock so the allocation can't sleep. Fixes: e3cf00d0a87f ('IB/usnic: Add Cisco VIC low-level hardware driver') Signed-off-by: Dan Carpenter Signed-off-by: Roland Dreier --- Reading git-diff-tree failed