summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Axboe <axboe@suse.de>2006-03-26 14:32:09 +0200
committerJens Axboe <axboe@nelson.home.kernel.dk>2006-03-27 09:29:03 +0200
commit09540e691d7f57684b296b60241b2ff357fae3ab (patch)
tree8702109657c8ee08435aab0322bb412924caabe2
parent89a7689e5c039090d99cbdc3625252c3dee50f7f (diff)
[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>
-rw-r--r--block/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/block/Kconfig b/block/Kconfig
index 43ca070dc0f..5536839886f 100644
--- a/block/Kconfig
+++ b/block/Kconfig
@@ -13,6 +13,7 @@ config LBD
config BLK_DEV_IO_TRACE
bool "Support for tracing block io actions"
+ depends on SYSFS
select RELAY
select DEBUG_FS
help