commit | 1c718505171b06dbb60eafcb3fddba877dae5f7b | [log] [tgz] |
---|---|---|
author | Akira Fujita <a-fujita@rs.jp.nec.com> | Sun Jul 05 23:04:36 2009 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sun Jul 05 23:04:36 2009 -0400 |
tree | c50213e11adb1a97890428652d4111a7119189aa | |
parent | 5a4a798937f92413cb7dbdb6bd554186024092e9 [diff] |
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>