]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/ext4/bitmap.c
ext4: fix ext4_flush_completed_IO wait semantics
[karo-tx-linux.git] / fs / ext4 / bitmap.c
index f8716eab99952401dc473deb6619295b4a830f3b..5c2d1813ebe919188d53dac74de8b512a7f02965 100644 (file)
@@ -79,7 +79,6 @@ int ext4_block_bitmap_csum_verify(struct super_block *sb, ext4_group_t group,
        if (provided == calculated)
                return 1;
 
-       ext4_error(sb, "Bad block bitmap checksum: block_group = %u", group);
        return 0;
 }