Typo in 'init' debug option mask
authorJens Axboe <jens.axboe@oracle.com>
Fri, 1 Feb 2008 12:12:28 +0000 (13:12 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Fri, 1 Feb 2008 12:12:28 +0000 (13:12 +0100)
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
init.c

diff --git a/init.c b/init.c
index dcad1b392828f7ab1be5065011b641ea226b18f9..3c0af71da10d9639ec864f4296db4f30aa8974d9 100644 (file)
--- a/init.c
+++ b/init.c
@@ -786,7 +786,7 @@ struct debug_level {
 
 struct debug_level debug_levels[] = {
        { .name = "process", .mask = FD_PROCESS, },
-       { .name = "file", .mask = FD_PROCESS, },
+       { .name = "file", .mask = FD_FILE, },
        { .name = "io", .mask = FD_IO, },
        { .name = "mem", .mask = FD_MEM, },
        { },