X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fs%2Fext3%2Fbitmap.c;h=ce4f82b9e528d6dd6a64045144f34792611bf764;hb=43bc926fffd92024b46cafaf7350d669ba9ca884;hp=6c419b9ab0e8165ea89a8425da117596b4d0c052;hpb=cee37fe97739d85991964371c1f3a745c00dd236;p=linux-2.6.git diff --git a/fs/ext3/bitmap.c b/fs/ext3/bitmap.c index 6c419b9ab..ce4f82b9e 100644 --- a/fs/ext3/bitmap.c +++ b/fs/ext3/bitmap.c @@ -8,7 +8,10 @@ */ #include +#include +#include +#ifdef EXT3FS_DEBUG static int nibblemap[] = {4, 3, 3, 2, 3, 2, 2, 1, 3, 2, 2, 1, 2, 1, 1, 0}; @@ -24,3 +27,6 @@ unsigned long ext3_count_free (struct buffer_head * map, unsigned int numchars) nibblemap[(map->b_data[i] >> 4) & 0xf]; return (sum); } + +#endif /* EXT3FS_DEBUG */ +