commit | 8f72fbdf0d92e6127583cc548bf043c60cd4720f | [log] [tgz] |
---|---|---|
author | Alexander Beregalov <a.beregalov@gmail.com> | Wed Oct 29 17:13:08 2008 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Wed Oct 29 17:13:08 2008 -0400 |
tree | 1e640222c04efb9cd0e56fccee5a23084d006c38 | |
parent | fe0bdec68b77020281dc814805edfe594ae89e0f [diff] |
ext4: fix printk format warning 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>