diff options
author | Theodore Ts'o <tytso@mit.edu> | 2011-02-22 04:39:58 +0300 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2011-02-22 04:39:58 +0300 |
commit | da488945f4bf4096f4ab6091938469bd8822cfec (patch) | |
tree | 282ff7f9a7b1cdff8018569eb98acb77b7403cdb /fs/ext4/xattr.c | |
parent | 6f9524e9e118929f1de02840dffe858f99685aea (diff) | |
download | linux-da488945f4bf4096f4ab6091938469bd8822cfec.tar.xz |
ext4: fix compile warnings with EXT4FS_DEBUG enabled
Compile 2.6.38-rc1 with turning EXT4FS_DEBUG on,
we get following compile warnings. This patch fixes them.
CC fs/ext4/hash.o
CC fs/ext4/resize.o
fs/ext4/resize.c: In function 'setup_new_group_blocks':
fs/ext4/resize.c:233:2: warning: format '%#04llx' expects type 'long long
unsigned int', but argument 3 has type 'long unsigned int'
fs/ext4/resize.c:251:2: warning: format '%#04llx' expects type 'long long
unsigned int', but argument 3 has type 'long unsigned int'
CC fs/ext4/extents.o
CC fs/ext4/ext4_jbd2.o
CC fs/ext4/migrate.o
Reported-by: Akira Fujita <a-fujita@rs.jp.nec.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'fs/ext4/xattr.c')
0 files changed, 0 insertions, 0 deletions