Remove BIG FAT NOTE from ext4_balloc.c and ext4_ialloc.c
authorngkaho1234 <ngkaho1234@gmail.com>
Wed, 28 Oct 2015 13:17:23 +0000 (13:17 +0000)
committerngkaho1234 <ngkaho1234@gmail.com>
Wed, 28 Oct 2015 13:17:23 +0000 (13:17 +0000)
lwext4/ext4_balloc.c
lwext4/ext4_ialloc.c

index 06e0445c4f7bb5349f6ff58d4396f16457ecad59..3ce66707dfb129aa9e5fbc2e56570fd415a8402f 100644 (file)
@@ -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)
index 7bafea74a6bef3e316fdd2cbbc2cd2a55ee0c822..a4b3cd8b0d5d09d626d7ff5bf8a5036659a8615e 100644 (file)
@@ -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)