X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fs%2Fext3%2Fbitmap.c;fp=fs%2Fext3%2Fbitmap.c;h=cb16b4c5d5df4110fffe112518ef32c9c2c06ef7;hb=64ba3f394c830ec48a1c31b53dcae312c56f1604;hp=ce4f82b9e528d6dd6a64045144f34792611bf764;hpb=be1e6109ac94a859551f8e1774eb9a8469fe055c;p=linux-2.6.git diff --git a/fs/ext3/bitmap.c b/fs/ext3/bitmap.c index ce4f82b9e..cb16b4c5d 100644 --- a/fs/ext3/bitmap.c +++ b/fs/ext3/bitmap.c @@ -7,11 +7,11 @@ * Universite Pierre et Marie Curie (Paris VI) */ +#ifdef EXT3FS_DEBUG + #include -#include -#include -#ifdef EXT3FS_DEBUG +#include "ext3_fs.h" static int nibblemap[] = {4, 3, 3, 2, 3, 2, 2, 1, 3, 2, 2, 1, 2, 1, 1, 0};