]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/ext3/bitmap.c
[PATCH] Remove unused kernel config option ZISOFS_FS
[linux-2.6-omap-h63xx.git] / fs / ext3 / bitmap.c
index ce4f82b9e528d6dd6a64045144f34792611bf764..b9176eed98d1258518bd9cebfbbdb071baa458fc 100644 (file)
@@ -20,7 +20,7 @@ unsigned long ext3_count_free (struct buffer_head * map, unsigned int numchars)
        unsigned int i;
        unsigned long sum = 0;
 
-       if (!map) 
+       if (!map)
                return (0);
        for (i = 0; i < numchars; i++)
                sum += nibblemap[map->b_data[i] & 0xf] +