diff options
Diffstat (limited to 'drivers/block/cciss.h')
-rw-r--r-- | drivers/block/cciss.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/block/cciss.h b/drivers/block/cciss.h index 15e2b84734e3..703e08038fb9 100644 --- a/drivers/block/cciss.h +++ b/drivers/block/cciss.h | |||
@@ -121,6 +121,8 @@ struct ctlr_info | |||
121 | struct sendcmd_reject_list scsi_rejects; | 121 | struct sendcmd_reject_list scsi_rejects; |
122 | #endif | 122 | #endif |
123 | unsigned char alive; | 123 | unsigned char alive; |
124 | struct completion *rescan_wait; | ||
125 | struct task_struct *cciss_scan_thread; | ||
124 | }; | 126 | }; |
125 | 127 | ||
126 | /* Defining the diffent access_menthods */ | 128 | /* Defining the diffent access_menthods */ |