summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgkostka <kostka.grzegorz@gmail.com>2015-10-28 19:31:21 +0100
committergkostka <kostka.grzegorz@gmail.com>2015-10-28 19:31:21 +0100
commitfb054e5ea7603fc0f7965f6bdfdfaacf8f3d8f96 (patch)
treed271b2e31ea5e8f813ac5d6f2b6644e101abb54f
parent2cef2313027e81f74d164151f9f03925bb09f44c (diff)
Fix compile error
-rw-r--r--lwext4/ext4_ialloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lwext4/ext4_ialloc.c b/lwext4/ext4_ialloc.c
index ee18127..c10c0f4 100644
--- a/lwext4/ext4_ialloc.c
+++ b/lwext4/ext4_ialloc.c
@@ -152,7 +152,7 @@ ext4_ialloc_verify_bitmap_csum(struct ext4_sblock *sb,
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)