Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 09540e69 authored by Jens Axboe's avatar Jens Axboe Committed by Jens Axboe
Browse files

[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: default avatarJens Axboe <axboe@suse.de>
parent 89a7689e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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