From 8ca3d772687b506a6f56fac3349edb3d16573854 Mon Sep 17 00:00:00 2001 From: Peng Tao Date: Mon, 27 Jul 2009 21:44:40 -0400 Subject: [PATCH] --- yaml --- r: 163637 b: refs/heads/master c: 785b4b3a5a992eeb8b495a89b6f690b383010aba h: refs/heads/master i: 163635: 32447e5e67a04272a34040270a7129efbfc80f4b v: v3 --- [refs] | 2 +- trunk/fs/ext4/ialloc.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 4b6b1f2d8c8e..b4d4e7c3ab3f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1c718505171b06dbb60eafcb3fddba877dae5f7b +refs/heads/master: 785b4b3a5a992eeb8b495a89b6f690b383010aba diff --git a/trunk/fs/ext4/ialloc.c b/trunk/fs/ext4/ialloc.c index 29e6dc7299b8..f3624ead4f6c 100644 --- a/trunk/fs/ext4/ialloc.c +++ b/trunk/fs/ext4/ialloc.c @@ -1189,7 +1189,7 @@ unsigned long ext4_count_free_inodes(struct super_block *sb) x = ext4_count_free(bitmap_bh, EXT4_INODES_PER_GROUP(sb) / 8); printk(KERN_DEBUG "group %lu: stored = %d, counted = %lu\n", - i, ext4_free_inodes_count(sb, gdp), x); + (unsigned long) i, ext4_free_inodes_count(sb, gdp), x); bitmap_count += x; } brelse(bitmap_bh);