From: Heiko Carstens Date: Tue, 22 Sep 2009 23:48:01 +0000 (-0700) Subject: ext2: fix format string compile warning (ino_t) X-Git-Tag: v2.6.32-rc1~181 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4255e4c1c41f906488ae4d3fa328a66695cf200;p=pandora-kernel.git ext2: 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/ext2/namei.c: In function 'ext2_lookup': fs/ext2/namei.c:73: warning: format '%lu' expects type 'long unsigned int', but argument 4 has type 'ino_t' Signed-off-by: Heiko Carstens Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed