* [PATCH] ext3: Fix debug logging-only compilation error
@ 2006-03-10 8:56 Kirk True
0 siblings, 0 replies; only message in thread
From: Kirk True @ 2006-03-10 8:56 UTC (permalink / raw)
To: linux-kernel
Version: 2.6.16-rc5
When EXT3FS_DEBUG is #define-d, the compile breaks due to #include file issues.
Signed-off-by: Kirk True <kernel@kirkandsheila.com>
--- linux-2.6.16-rc5-orig/fs/ext3/bitmap.c 2006-03-02 23:52:16.000000000 -0800
+++ linux-2.6.16-rc5/fs/ext3/bitmap.c 2006-03-10 00:45:28.000000000 -0800
@@ -7,11 +7,11 @@
* Universite Pierre et Marie Curie (Paris VI)
*/
-#ifdef EXT3FS_DEBUG
-
#include <linux/buffer_head.h>
+#include <linux/jbd.h>
+#include <linux/ext3_fs.h>
-#include "ext3_fs.h"
+#ifdef EXT3FS_DEBUG
static int nibblemap[] = {4, 3, 3, 2, 3, 2, 2, 1, 3, 2, 2, 1, 2, 1, 1, 0};
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-03-10 8:58 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-10 8:56 [PATCH] ext3: Fix debug logging-only compilation error Kirk True
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox