Index: uspace/lib/ext4/libext4_balloc.c
===================================================================
--- uspace/lib/ext4/libext4_balloc.c	(revision 9aa82e62d578fe5adf4b7cc7cb86374e1da35f72)
+++ uspace/lib/ext4/libext4_balloc.c	(revision 292c843a0e4ec023886f0b9c0fd00c92dc0ba6c5)
@@ -460,5 +460,7 @@
 		}
 
-		allocated_block = goal;
+		allocated_block = ext4_balloc_index_in_group2blockaddr(
+							sb, index_in_group, block_group);
+
 		goto success;
 
