projects
/
linux-2.6
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
radio_si470x: Fix free memory corruption
[linux-2.6]
/
drivers
/
block
/
cciss.h
diff --git
a/drivers/block/cciss.h
b/drivers/block/cciss.h
index
15e2b84
..
703e080
100644
(file)
--- a/
drivers/block/cciss.h
+++ b/
drivers/block/cciss.h
@@
-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 */