Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 346297
b: refs/heads/master
c: d2ec180
h: refs/heads/master
i:
  346295: 7f48035
v: v3
  • Loading branch information
Lars Ellenberg authored and Philipp Reisner committed Dec 6, 2012
1 parent 29dc2b9 commit ebceb3b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ef86b77957a97315d43ff72c9b83361ba1a07963
refs/heads/master: d2ec180c23a5a1bfe34d8638b0342a47c00cf70f
10 changes: 6 additions & 4 deletions trunk/drivers/block/drbd/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@
# DRBD device driver configuration
#

comment "DRBD disabled because PROC_FS, INET or CONNECTOR not selected"
depends on PROC_FS='n' || INET='n' || CONNECTOR='n'
comment "DRBD disabled because PROC_FS or INET not selected"
depends on PROC_FS='n' || INET='n'

config BLK_DEV_DRBD
tristate "DRBD Distributed Replicated Block Device support"
depends on PROC_FS && INET && CONNECTOR
depends on PROC_FS && INET
select LRU_CACHE
select LIBCRC32C
default n
help

Expand Down Expand Up @@ -58,7 +59,8 @@ config DRBD_FAULT_INJECTION
32 data read
64 read ahead
128 kmalloc of bitmap
256 allocation of EE (epoch_entries)
256 allocation of peer_requests
512 insert data corruption on receiving side

fault_devs: bitmask of minor numbers
fault_rate: frequency in percent
Expand Down

0 comments on commit ebceb3b

Please sign in to comment.