Browse Source

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

pull/11/head
ngkaho1234 9 years ago
parent
commit
f8a78f6905
  1. 5
      lwext4/ext4_balloc.c
  2. 5
      lwext4/ext4_ialloc.c

5
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)

5
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)

Loading…
Cancel
Save