diff options
author | Mike Christie <michaelc@cs.wisc.edu> | 2008-08-20 03:45:24 +0400 |
---|---|---|
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2008-10-13 17:28:48 +0400 |
commit | 9cc328f502eacfcc52ab1c1bf9a7729cf12f14be (patch) | |
tree | 02332fe0f0886774a7470a395f511da0137a530c /drivers/scsi/qla2xxx/qla_attr.c | |
parent | fff9d40ce0eb4b46f3e186823ceab6bc02c3e5d3 (diff) | |
download | linux-9cc328f502eacfcc52ab1c1bf9a7729cf12f14be.tar.xz |
[SCSI] ibmvfc, qla2xxx, lpfc: remove scsi_target_unblock calls in terminate callbacks
The fc class now calls scsi_target_unblock after calling the
terminate callback, so this patch removes the calls from the
drivers.
Signed-off-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Diffstat (limited to 'drivers/scsi/qla2xxx/qla_attr.c')
-rw-r--r-- | drivers/scsi/qla2xxx/qla_attr.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/qla2xxx/qla_attr.c b/drivers/scsi/qla2xxx/qla_attr.c index 0ddfe7106b3b..ed731968f15f 100644 --- a/drivers/scsi/qla2xxx/qla_attr.c +++ b/drivers/scsi/qla2xxx/qla_attr.c @@ -1006,7 +1006,6 @@ qla2x00_terminate_rport_io(struct fc_rport *rport) } qla2x00_abort_fcport_cmds(fcport); - scsi_target_unblock(&rport->dev); } static int |