diff options
author | Nicholas Bellinger <nab@linux-iscsi.org> | 2011-05-19 20:19:12 -0700 |
---|---|---|
committer | James Bottomley <jbottomley@parallels.com> | 2011-05-24 13:01:05 -0400 |
commit | af57c3ac9947990da2608561b71f4799eb7795c6 (patch) | |
tree | 35c113646dbd8f18d14e8060220ef9428e1bee61 /drivers/target/target_core_alua.h | |
parent | f436677262a5b524ac87675014c6d4e8ee153029 (diff) |
[SCSI] target: Fix task->task_execute_queue=1 clear bug + LUN_RESET OOPs
This patch fixes a bug where task->task_execute_queue=1 was not being
cleared once se_task had been removed from se_device->execute_task_list,
resulting in an OOPs in core_tmr_lun_reset() for the task->task_active=0
case where transport_remove_task_from_execute_queue() was incorrectly
being called.
This patch fixes two cases in transport_get_task_from_execute_queue()
and transport_remove_task_from_execute_queue() to properly clear
task->task_execute_queue=0 once list_del(&task->t_execute_list) has
been called.
It also adds an explict check in transport_remove_task_from_execute_queue()
to dump_stack + return if called with task->task_execute_queue=0.
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Cc: stable@kernel.org
Signed-off-by: James Bottomley <jbottomley@parallels.com>
Diffstat (limited to 'drivers/target/target_core_alua.h')
0 files changed, 0 insertions, 0 deletions