ext4: Fix compile warnings with MB_DEBUG
authorAkira Fujita <a-fujita@rs.jp.nec.com>
Mon, 6 Jul 2009 03:04:36 +0000 (23:04 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 6 Jul 2009 03:04:36 +0000 (23:04 -0400)
When MB_DEBUG is enabled, we get some compile warnings because
ext4_group_t is unsigned int.  This patch fixes them.

Signed-off-by Akira Fujita <a-fujita@rs.jp.nec.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>

No differences found