ref: fb054e5ea7603fc0f7965f6bdfdfaacf8f3d8f96
parent: 2cef2313027e81f74d164151f9f03925bb09f44c
author: gkostka <kostka.grzegorz@gmail.com>
date: Wed Oct 28 15:31:21 EDT 2015
Fix compile error
--- a/lwext4/ext4_ialloc.c
+++ b/lwext4/ext4_ialloc.c
@@ -152,7 +152,7 @@
return true;
}
#else
-#define ext4_balloc_verify_bitmap_csum(...) true
+#define ext4_ialloc_verify_bitmap_csum(...) true
#endif
int ext4_ialloc_free_inode(struct ext4_fs *fs, uint32_t index, bool is_dir)