From: ngkaho1234 Date: Wed, 28 Oct 2015 13:17:23 +0000 (+0000) Subject: Remove BIG FAT NOTE from ext4_balloc.c and ext4_ialloc.c X-Git-Tag: v1.0.0~305 X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;h=f8a78f6905a92060f8bc3284e1e69a4a71fcf97f;p=lwext4.git Remove BIG FAT NOTE from ext4_balloc.c and ext4_ialloc.c --- diff --git a/lwext4/ext4_balloc.c b/lwext4/ext4_balloc.c index 06e0445..3ce6670 100644 --- a/lwext4/ext4_balloc.c +++ b/lwext4/ext4_balloc.c @@ -100,11 +100,6 @@ static uint32_t ext4_balloc_bitmap_csum(struct ext4_sblock *sb, #define ext4_balloc_bitmap_csum(...) 0 #endif -/* - * BIG FAT NOTES: - * Currently we do not verify the checksum of bitmaps. - */ - void ext4_balloc_set_bitmap_csum(struct ext4_sblock *sb, struct ext4_bgroup *bg, void *bitmap __unused) diff --git a/lwext4/ext4_ialloc.c b/lwext4/ext4_ialloc.c index 7bafea7..a4b3cd8 100644 --- a/lwext4/ext4_ialloc.c +++ b/lwext4/ext4_ialloc.c @@ -108,11 +108,6 @@ static uint32_t ext4_ialloc_bitmap_csum(struct ext4_sblock *sb, #define ext4_ialloc_bitmap_csum(...) 0 #endif -/* - * BIG FAT NOTES: - * Currently we do not verify the checksum of bitmaps. - */ - void ext4_ialloc_set_bitmap_csum(struct ext4_sblock *sb, struct ext4_bgroup *bg, void *bitmap __unused)