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:
ca7daea
)
iscsi: Use GFP_ATOMIC in iscsi_offload_mesg().
author
Michael Chan
<mchan@broadcom.com>
Wed, 29 Jul 2009 08:49:52 +0000
(08:49 +0000)
committer
David S. Miller
<davem@davemloft.net>
Thu, 30 Jul 2009 18:05:03 +0000
(11:05 -0700)
Changing to GFP_ATOMIC because the only caller in cnic/bnx2i may
be calling this function while holding spin_lock.
This problem was discovered by Mike Christie.
Signed-off-by: Michael Chan <mchan@broadcom.com>
Acked-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found