UBIFS: fix printk format warnings
authorAlexander Beregalov <a.beregalov@gmail.com>
Wed, 17 Sep 2008 18:09:41 +0000 (22:09 +0400)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Thu, 18 Sep 2008 06:57:57 +0000 (09:57 +0300)
commit7424bac82ff3bd956ea04101550e01bdae17284d
treea9f5e3aacc822ad1bdb9fcb84193b44e1df147d3
parent6e14968c869cd30e236bb626dd0c16421d2a658d
UBIFS: fix printk format warnings

fs/ubifs/dir.c:428: warning: format '%llu' expects type 'long long
unsigned int', but argument 5 has type 'long unsigned int'

fs/ubifs/debug.c:541: warning: format '%llu' expects type 'long long
unsigned int', but argument 2 has type 'long unsigned int'

Signed-off-by: Alexander Beregalov <a.beregalov@gmail.com>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
fs/ubifs/debug.c
fs/ubifs/dir.c