[SCSI] mpt2sas: _scsih_smart_predicted_fault uses GFP_KERNEL in interrupt context
authorAnton Blanchard <anton@samba.org>
Mon, 7 Nov 2011 11:05:21 +0000 (22:05 +1100)
committerJames Bottomley <JBottomley@Parallels.com>
Mon, 12 Dec 2011 08:20:49 +0000 (12:20 +0400)
commitf6a290b419a2675c4b77a6b0731cd2a64332365e
treef6849b727185c25385dc1e54bad7a82e706828ea
parentdc47ce90c3a822cd7c9e9339fe4d5f61dcb26b50
[SCSI] mpt2sas: _scsih_smart_predicted_fault uses GFP_KERNEL in interrupt context

_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>
drivers/scsi/mpt2sas/mpt2sas_scsih.c