[PATCH] Fix blktrace compile with sysfs not defined
debugfs depends on sysfs, so make blktrace kconfig option depend on that. Reported by Adrian Bunk. Signed-off-by: Jens Axboe <axboe@suse.de>
This commit is contained in:
parent
89a7689e5c
commit
09540e691d
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ config LBD
|
||||||
|
|
||||||
config BLK_DEV_IO_TRACE
|
config BLK_DEV_IO_TRACE
|
||||||
bool "Support for tracing block io actions"
|
bool "Support for tracing block io actions"
|
||||||
|
depends on SYSFS
|
||||||
select RELAY
|
select RELAY
|
||||||
select DEBUG_FS
|
select DEBUG_FS
|
||||||
help
|
help
|
||||||
|
|
Loading…
Reference in a new issue