git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1db47c
)
IB/usnic: Use GFP_ATOMIC under spinlock
author
Dan Carpenter
<dan.carpenter@oracle.com>
Mon, 20 Jan 2014 10:32:49 +0000
(13:32 +0300)
committer
Roland Dreier
<roland@purestorage.com>
Tue, 21 Jan 2014 18:47:56 +0000
(10:47 -0800)
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 <dan.carpenter@oracle.com>
Signed-off-by: Roland Dreier <roland@purestorage.com>
No differences found