Skip to content

Commit

Permalink
[PATCH] Fix blktrace compile with sysfs not defined
Browse files Browse the repository at this point in the history
debugfs depends on sysfs, so make blktrace kconfig option depend
on that.

Reported by Adrian Bunk.

Signed-off-by: Jens Axboe <axboe@suse.de>
  • Loading branch information
Jens Axboe authored and Jens Axboe committed Mar 27, 2006
1 parent 89a7689 commit 09540e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions block/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 09540e6

Please sign in to comment.