summaryrefslogtreecommitdiff
path: root/ext4_utils/ext4fixup.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext4_utils/ext4fixup.c')
-rw-r--r--ext4_utils/ext4fixup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext4_utils/ext4fixup.c b/ext4_utils/ext4fixup.c
index 0e517655..184cd0d6 100644
--- a/ext4_utils/ext4fixup.c
+++ b/ext4_utils/ext4fixup.c
@@ -739,7 +739,7 @@ int ext4fixup_internal(char *fsdev, int v_flag, int n_flag,
#endif
/* Compute what the new value of inodes_per_blockgroup will be when we're done */
- new_inodes_per_group=ALIGN(info.inodes_per_group,(info.block_size/info.inode_size));
+ new_inodes_per_group=EXT4_ALIGN(info.inodes_per_group,(info.block_size/info.inode_size));
read_inode(fd, EXT4_ROOT_INO, &root_inode);