diff options
| -rw-r--r-- | drivers/block/drbd/Kconfig | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/drivers/block/drbd/Kconfig b/drivers/block/drbd/Kconfig index df0983787390..7845bd6ee414 100644 --- a/drivers/block/drbd/Kconfig +++ b/drivers/block/drbd/Kconfig | |||
| @@ -2,13 +2,14 @@ | |||
| 2 | # DRBD device driver configuration | 2 | # DRBD device driver configuration |
| 3 | # | 3 | # |
| 4 | 4 | ||
| 5 | comment "DRBD disabled because PROC_FS, INET or CONNECTOR not selected" | 5 | comment "DRBD disabled because PROC_FS or INET not selected" |
| 6 | depends on PROC_FS='n' || INET='n' || CONNECTOR='n' | 6 | depends on PROC_FS='n' || INET='n' |
| 7 | 7 | ||
| 8 | config BLK_DEV_DRBD | 8 | config BLK_DEV_DRBD |
| 9 | tristate "DRBD Distributed Replicated Block Device support" | 9 | tristate "DRBD Distributed Replicated Block Device support" |
| 10 | depends on PROC_FS && INET && CONNECTOR | 10 | depends on PROC_FS && INET |
| 11 | select LRU_CACHE | 11 | select LRU_CACHE |
| 12 | select LIBCRC32C | ||
| 12 | default n | 13 | default n |
| 13 | help | 14 | help |
| 14 | 15 | ||
| @@ -58,7 +59,8 @@ config DRBD_FAULT_INJECTION | |||
| 58 | 32 data read | 59 | 32 data read |
| 59 | 64 read ahead | 60 | 64 read ahead |
| 60 | 128 kmalloc of bitmap | 61 | 128 kmalloc of bitmap |
| 61 | 256 allocation of EE (epoch_entries) | 62 | 256 allocation of peer_requests |
| 63 | 512 insert data corruption on receiving side | ||
| 62 | 64 | ||
| 63 | fault_devs: bitmask of minor numbers | 65 | fault_devs: bitmask of minor numbers |
| 64 | fault_rate: frequency in percent | 66 | fault_rate: frequency in percent |
