scsi: zfcp: spin_lock_irqsave() is not nestable
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 14 Oct 2016 20:18:39 +0000 (16:18 -0400)
committerMartin K. Petersen <martin.petersen@oracle.com>
Fri, 14 Oct 2016 20:21:08 +0000 (16:21 -0400)
commite7cb08e894a0b876443ef8fdb0706575dc00a5d2
tree0711af3a758c18e8fa94fe4ab9945d8841f5d680
parent03eb6b8d314e89e94d4f79ee3d3e6596a75bc857
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>
drivers/s390/scsi/zfcp_dbf.c