Skip to content

Commit 1dfba05

Browse files
author
Ingo Molnar
committed
tracing/blktrace: move the tracing file to kernel/trace, fix
Impact: build fix The BLK_DEV_IO_TRACE entry used to be in block/Kconfig - which file itself was dependent on CONFIG_BLOCK. But now the entry is in kernel/trace/Kconfig - which is present even on !CONFIG_BLOCK. So add a 'depends on BLOCK' to BLK_DEV_IO_TRACE. Signed-off-by: Ingo Molnar <[email protected]>
1 parent b5db03c commit 1dfba05

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kernel/trace/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,7 @@ config WORKQUEUE_TRACER
305305
config BLK_DEV_IO_TRACE
306306
bool "Support for tracing block io actions"
307307
depends on SYSFS
308+
depends on BLOCK
308309
select RELAY
309310
select DEBUG_FS
310311
select TRACEPOINTS

0 commit comments

Comments
 (0)