summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)