From: John Hodge Date: Sat, 24 Mar 2012 05:47:50 +0000 (+0800) Subject: Modules/InitRD - Disabled tree dump, it makes things slow :) X-Git-Tag: rel0.15~719 X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;h=abd558102d7cd4b24f9e01cdeb5f7966e69d24e9;p=tpg%2Facess2.git Modules/InitRD - Disabled tree dump, it makes things slow :) --- diff --git a/KernelLand/Modules/Filesystems/InitRD/main.c b/KernelLand/Modules/Filesystems/InitRD/main.c index a75ecfa2..3ee61ac4 100644 --- a/KernelLand/Modules/Filesystems/InitRD/main.c +++ b/KernelLand/Modules/Filesystems/InitRD/main.c @@ -5,7 +5,7 @@ #include "initrd.h" #include -#define DUMP_ON_MOUNT 1 +#define DUMP_ON_MOUNT 0 // === IMPORTS == extern tVFS_Node gInitRD_RootNode;