From c76adfc177a182b72c430ce36bab3f9a21fe1616 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Mon, 30 Oct 2006 10:38:34 +0100 Subject: [PATCH] [PATCH] Default debugfs path to /sys/kernel/debug This seems to be where distros put it. Signed-off-by: Jens Axboe --- blktrace.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blktrace.c b/blktrace.c index 8eadc75..1ff4d08 100644 --- a/blktrace.c +++ b/blktrace.c @@ -1773,7 +1773,7 @@ static void show_usage(char *program) int main(int argc, char *argv[]) { - static char default_debugfs_path[] = "/debug"; + static char default_debugfs_path[] = "/sys/kernel/debug"; struct statfs st; int i, c; int stop_watch = 0; -- 2.25.1