mirror of
https://github.com/torvalds/linux.git
synced 2024-12-12 22:23:55 +00:00
staging: zcache: disable ZCACHE_DEBUG due to build error
In file included from drivers/staging/zcache/debug.c:2:0: drivers/staging/zcache/debug.h: In function 'dec_zcache_obj_count': drivers/staging/zcache/debug.h:16:2: error: implicit declaration of function 'BUG_ON' [-Werror=implicit-function-declaration] Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
67e2cba459
commit
5db5a20a50
@ -13,6 +13,7 @@ config ZCACHE
|
||||
config ZCACHE_DEBUG
|
||||
bool "Enable debug statistics"
|
||||
depends on DEBUG_FS && ZCACHE
|
||||
depends on BROKEN
|
||||
default n
|
||||
help
|
||||
This is used to provide an debugfs directory with counters of
|
||||
|
Loading…
Reference in New Issue
Block a user