Skip to content

Commit 3c6ebe7

Browse files
Sebastian Andrzej Siewiorjnettlet
authored andcommitted
md: disable bcache
It uses anon semaphores |drivers/md/bcache/request.c: In function ‘cached_dev_write_complete’: |drivers/md/bcache/request.c:1007:2: error: implicit declaration of function ‘up_read_non_owner’ [-Werror=implicit-function-declaration] | up_read_non_owner(&dc->writeback_lock); | ^ |drivers/md/bcache/request.c: In function ‘request_write’: |drivers/md/bcache/request.c:1033:2: error: implicit declaration of function ‘down_read_non_owner’ [-Werror=implicit-function-declaration] | down_read_non_owner(&dc->writeback_lock); | ^ either we get rid of those or we have to introduce them… Signed-off-by: Sebastian Andrzej Siewior <[email protected]>
1 parent 1566b30 commit 3c6ebe7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/md/bcache/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
config BCACHE
33
tristate "Block device as cache"
4+
depends on !PREEMPT_RT_FULL
45
---help---
56
Allows a block device to be used as cache for other devices; uses
67
a btree for indexing and the layout is optimized for SSDs.

0 commit comments

Comments
 (0)