ext4: fix printk format warning
authorAlexander Beregalov <a.beregalov@gmail.com>
Wed, 29 Oct 2008 21:13:08 +0000 (17:13 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 29 Oct 2008 21:13:08 +0000 (17:13 -0400)
fs/ext4/balloc.c:607: warning: format '%lld' expects type 'long long int', but argument 2 has type 's64'
fs/ext4/inode.c:1822: warning: format '%lld' expects type 'long long int', but argument 2 has type 's64'
fs/ext4/inode.c:1824: warning: format '%lld' expects type 'long long int', but argument 2 has type 's64'

Signed-off-by: Alexander Beregalov <a.beregalov@gmail.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>

No differences found