diff options
author | Dan Carpenter <dan.carpenter@oracle.com> | 2016-10-14 16:18:39 -0400 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2016-10-14 16:21:08 -0400 |
commit | e7cb08e894a0b876443ef8fdb0706575dc00a5d2 (patch) | |
tree | 0711af3a758c18e8fa94fe4ab9945d8841f5d680 /include/net | |
parent | 03eb6b8d314e89e94d4f79ee3d3e6596a75bc857 (diff) |
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 'include/net')
0 files changed, 0 insertions, 0 deletions