Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 163637
b: refs/heads/master
c: 785b4b3
h: refs/heads/master
i:
  163635: 32447e5
v: v3
  • Loading branch information
Peng Tao authored and Theodore Ts'o committed Jul 28, 2009
1 parent 11c1b91 commit 8ca3d77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1c718505171b06dbb60eafcb3fddba877dae5f7b
refs/heads/master: 785b4b3a5a992eeb8b495a89b6f690b383010aba
2 changes: 1 addition & 1 deletion trunk/fs/ext4/ialloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 8ca3d77

Please sign in to comment.