aboutsummaryrefslogtreecommitdiff
path: root/ext2fs/ialloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext2fs/ialloc.c')
-rw-r--r--ext2fs/ialloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext2fs/ialloc.c b/ext2fs/ialloc.c
index d6f5ac79..707ce142 100644
--- a/ext2fs/ialloc.c
+++ b/ext2fs/ialloc.c
@@ -225,7 +225,7 @@ repeat:
bh = disk_cache_block_ref (le32toh (gdp->bg_inode_bitmap));
if ((inum =
- find_first_zero_bit ((unsigned long *) bh, le32toh (sblock->s_inodes_per_group)))
+ find_first_zero_bit ((uint32_t *) bh, le32toh (sblock->s_inodes_per_group)))
< le32toh (sblock->s_inodes_per_group))
{
if (set_bit (inum, bh))