From f8a78f6905a92060f8bc3284e1e69a4a71fcf97f Mon Sep 17 00:00:00 2001 From: ngkaho1234 Date: Wed, 28 Oct 2015 13:17:23 +0000 Subject: Remove BIG FAT NOTE from ext4_balloc.c and ext4_ialloc.c --- lwext4/ext4_balloc.c | 5 ----- lwext4/ext4_ialloc.c | 5 ----- 2 files changed, 10 deletions(-) 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) -- cgit v1.2.3