]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/scsi/sym53c8xx_2/sym_hipd.c
[SCSI] sym53c8xx_2: lun to_clear flag not re-initialized (2.6.27.5)
[mv-sheeva.git] / drivers / scsi / sym53c8xx_2 / sym_hipd.c
index ffa70d1ed182dcfee4e1a2fc4593db436c16ced7..60d6a6d23088db9baa9609e6d9efbd8fceeb06f9 100644 (file)
@@ -1896,6 +1896,15 @@ void sym_start_up(struct Scsi_Host *shost, int reason)
                tp->head.sval = 0;
                tp->head.wval = np->rv_scntl3;
                tp->head.uval = 0;
+               if (tp->lun0p)
+                       tp->lun0p->to_clear = 0;
+               if (tp->lunmp) {
+                       int ln;
+
+                       for (ln = 1; ln < SYM_CONF_MAX_LUN; ln++)
+                               if (tp->lunmp[ln])
+                                       tp->lunmp[ln]->to_clear = 0;
+               }
        }
 
        /*