ext4: Fix compile warnings with MB_DEBUG
commit1c718505171b06dbb60eafcb3fddba877dae5f7b
authorAkira Fujita <a-fujita@rs.jp.nec.com>
Mon, 6 Jul 2009 03:04:36 +0000 (5 23:04 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 6 Jul 2009 03:04:36 +0000 (5 23:04 -0400)
treec50213e11adb1a97890428652d4111a7119189aa
parent5a4a798937f92413cb7dbdb6bd554186024092e9
ext4: Fix compile warnings with MB_DEBUG

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>
fs/ext4/mballoc.c