From: Alexander Beregalov Date: Wed, 17 Sep 2008 18:09:41 +0000 (+0400) Subject: UBIFS: fix printk format warnings X-Git-Tag: v2.6.27-rc8~17^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7424bac82ff3bd956ea04101550e01bdae17284d;p=pandora-kernel.git 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 Signed-off-by: Artem Bityutskiy --- Reading git-diff-tree failed