From: Theodore Ts'o Date: Thu, 17 Sep 2009 12:50:18 +0000 (-0400) Subject: ext4: fix tracepoint format string warnings X-Git-Tag: v2.6.32-rc1~633^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3710fd1ee8cd542c5de63cf2c39f8912031f867;p=pandora-kernel.git ext4: fix tracepoint format string warnings Unlike on some other architectures ino_t is an unsigned int on s390. So add an explicit cast to avoid lots of compile warnings: In file included from include/trace/ftrace.h:285, from include/trace/define_trace.h:61, from include/trace/events/ext4.h:711, from fs/ext4/super.c:50: include/trace/events/ext4.h: In function 'ftrace_raw_output_ext4_free_inode': include/trace/events/ext4.h:12: warning: format '%lu' expects type 'long unsigned int', but argument 4 has type 'ino_t' Signed-off-by: Heiko Carstens Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed