diff options
author | Dan Carpenter <dan.carpenter@oracle.com> | 2016-10-14 22:18:39 +0200 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2016-10-14 22:21:08 +0200 |
commit | e7cb08e894a0b876443ef8fdb0706575dc00a5d2 (patch) | |
tree | 0711af3a758c18e8fa94fe4ab9945d8841f5d680 /drivers/bus | |
parent | scsi: Remove one useless stack variable (diff) | |
download | linux-e7cb08e894a0b876443ef8fdb0706575dc00a5d2.tar.xz linux-e7cb08e894a0b876443ef8fdb0706575dc00a5d2.zip |
scsi: zfcp: spin_lock_irqsave() is not nestable
We accidentally overwrite the original saved value of "flags" so that we
can't re-enable IRQs at the end of the function. Presumably this
function is mostly called with IRQs disabled or it would be obvious in
testing.
Fixes: aceeffbb59bb ("zfcp: trace full payload of all SAN records (req,resp,iels)")
Cc: <stable@vger.kernel.org> #2.6.38+
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Steffen Maier <maier@linux.vnet.ibm.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/bus')
0 files changed, 0 insertions, 0 deletions