commit | 09540e691d7f57684b296b60241b2ff357fae3ab | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@suse.de> | Sun Mar 26 14:32:09 2006 +0200 |
committer | Jens Axboe <axboe@nelson.home.kernel.dk> | Mon Mar 27 09:29:03 2006 +0200 |
tree | 8702109657c8ee08435aab0322bb412924caabe2 | |
parent | 89a7689e5c039090d99cbdc3625252c3dee50f7f [diff] [blame] |
[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>
diff --git a/block/Kconfig b/block/Kconfig index 43ca070..5536839 100644 --- a/block/Kconfig +++ b/block/Kconfig
@@ -13,6 +13,7 @@ config BLK_DEV_IO_TRACE bool "Support for tracing block io actions" + depends on SYSFS select RELAY select DEBUG_FS help