From: Anton Blanchard Date: Mon, 7 Nov 2011 11:05:21 +0000 (+1100) Subject: [SCSI] mpt2sas: _scsih_smart_predicted_fault uses GFP_KERNEL in interrupt context X-Git-Tag: v3.2-rc7~42^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6a290b419a2675c4b77a6b0731cd2a64332365e;p=pandora-kernel.git [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 Cc: Signed-off-by: James Bottomley --- Reading git-diff-tree failed