From: <vl...@us...> - 2011-01-18 14:06:02
|
Revision: 3228 http://scst.svn.sourceforge.net/scst/?rev=3228&view=rev Author: vlnb Date: 2011-01-18 14:05:56 +0000 (Tue, 18 Jan 2011) Log Message: ----------- Call of scst_nexus_loss() here is wrong and not needed, because it will be called later in scst_mgmt_affected_cmds_done() Modified Paths: -------------- trunk/scst/src/scst_targ.c Modified: trunk/scst/src/scst_targ.c =================================================================== --- trunk/scst/src/scst_targ.c 2011-01-17 12:44:34 UTC (rev 3227) +++ trunk/scst/src/scst_targ.c 2011-01-18 14:05:56 UTC (rev 3228) @@ -5390,9 +5390,6 @@ __scst_abort_task_set(mcmd, tgt_dev); - if (nexus_loss) - scst_nexus_loss(tgt_dev, true); - if (mcmd->sess == tgt_dev->sess) { rc = scst_call_dev_task_mgmt_fn( mcmd, tgt_dev, 0); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |