[PATCH 4/6] be2iscsi: fix lun test in device reset callout

2014-02-06 Thread michaelc
From: Mike Christie We want to be checking the scsi_cmnd's lun against the possible tasks in the driver. Current check tests task against itself which was useless. Signed-off-by: Mike Christie --- drivers/scsi/be2iscsi/be_main.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff

[PATCH 4/6] be2iscsi: fix lun test in device reset callout

2013-12-20 Thread michaelc
From: Mike Christie We want to be checking the scsi_cmnd's lun against the possible tasks in the driver. Current check tests task against itself which was useless. Signed-off-by: Mike Christie --- drivers/scsi/be2iscsi/be_main.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff