diff options
author | 2010-10-15 11:27:41 -0700 | |
---|---|---|
committer | 2010-10-25 16:00:08 -0500 | |
commit | 4d97cc5342ebb1bef83477fafe18490dd8c59464 (patch) | |
tree | dea84bcfa0a460d9280e7fe4bcd852803d943da1 /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | [SCSI] qla2xxx: Add module parameter to enable/disable GFF_ID device type check. (diff) | |
download | wireguard-linux-4d97cc5342ebb1bef83477fafe18490dd8c59464.tar.xz wireguard-linux-4d97cc5342ebb1bef83477fafe18490dd8c59464.zip |
[SCSI] qla2xxx: Change del_timer_sync() to del_timer() in qla2x00_ctx_sp_free().
Using del_timer_sync() in the qla2x00_ctx_sp_free() function may cause a kernel
panic as it is not interrupt context safe and qla2x00_ctx_sp_free() may be
called from a softirq context. Changing the call from del_timer_sync() to
del_timer() will make the function interrupt context safe.
Signed-off-by: Chad Dupuis <chad.dupuis@qlogic.com>
Signed-off-by: Madhuranath Iyengar <Madhu.Iyengar@qlogic.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions