summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorngkaho1234 <ngkaho1234@gmail.com>2015-10-28 13:17:23 +0000
committerngkaho1234 <ngkaho1234@gmail.com>2015-10-28 13:17:23 +0000
commitf8a78f6905a92060f8bc3284e1e69a4a71fcf97f (patch)
tree639250296e355b6a01e51c7b4cff0cf615c0baaf
parent3e1d0ec133eb36e703aad6243cf31aaadef57570 (diff)
Remove BIG FAT NOTE from ext4_balloc.c and ext4_ialloc.c
-rw-r--r--lwext4/ext4_balloc.c5
-rw-r--r--lwext4/ext4_ialloc.c5
2 files changed, 0 insertions, 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)