radio_si470x: Fix free memory corruption
[linux-2.6] / drivers / block / cciss.h
index 15e2b84..703e080 100644 (file)
@@ -121,6 +121,8 @@ struct ctlr_info
        struct sendcmd_reject_list scsi_rejects;
 #endif
        unsigned char alive;
+       struct completion *rescan_wait;
+       struct task_struct *cciss_scan_thread;
 };
 
 /*  Defining the diffent access_menthods */