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:
dc47ce9
)
[SCSI] mpt2sas: _scsih_smart_predicted_fault uses GFP_KERNEL in interrupt context
author
Anton Blanchard
<anton@samba.org>
Mon, 7 Nov 2011 11:05:21 +0000
(22:05 +1100)
committer
James Bottomley
<JBottomley@Parallels.com>
Mon, 12 Dec 2011 08:20:49 +0000
(12:20 +0400)
_scsih_smart_predicted_fault is called in an interrupt and therefore
must allocate memory using GFP_ATOMIC.
Signed-off-by: Anton Blanchard <anton@samba.org>
Cc: <stable@kernel.org>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
No differences found