From: Heiko Carstens Date: Thu, 3 Sep 2009 15:42:48 +0000 (+0200) Subject: nilfs2: fix format string compile warning (ino_t) X-Git-Tag: v2.6.32-rc1~700^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5696e5e0dbfb6323277d51d67d230317c18aba9;p=pandora-kernel.git nilfs2: fix format string compile warning (ino_t) Unlike on most other architectures ino_t is an unsigned int on s390. So add an explicit cast to avoid this compile warning: fs/nilfs2/recovery.c: In function 'recover_dsync_blocks': fs/nilfs2/recovery.c:555: warning: format '%lu' expects type 'long unsigned int', but argument 3 has type 'ino_t' Signed-off-by: Heiko Carstens Signed-off-by: Ryusuke Konishi --- Reading git-diff-tree failed