shithub: lwext4

Download patch

ref: f8a78f6905a92060f8bc3284e1e69a4a71fcf97f
parent: 3e1d0ec133eb36e703aad6243cf31aaadef57570
author: ngkaho1234 <ngkaho1234@gmail.com>
date: Wed Oct 28 09:17:23 EDT 2015

Remove BIG FAT NOTE from ext4_balloc.c and ext4_ialloc.c

--- a/lwext4/ext4_balloc.c
+++ b/lwext4/ext4_balloc.c
@@ -100,11 +100,6 @@
 #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)
--- a/lwext4/ext4_ialloc.c
+++ b/lwext4/ext4_ialloc.c
@@ -108,11 +108,6 @@
 #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)