From: Jeff Mahoney Date: Tue, 21 Feb 2006 16:57:30 +0000 (-0500) Subject: [PATCH] ocfs2: fix -Wformat warnings when building UML on x86-64 X-Git-Tag: v2.6.16-rc6~134^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b7a6c94c9c15b2664b568ead83e6b3aaf60d65c;p=pandora-kernel.git [PATCH] ocfs2: fix -Wformat warnings when building UML on x86-64 The check to determine which format string is appopriate for u64 and friends works in most cases, but UML on x86_64 doesn't define CONFIG_X86_64, so it results in screen fulls of compile-time warnings. This patch fixes it to handle that case. fs/ocfs2/cluster/masklog.h | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Signed-off-by: Jeff Mahoney Signed-off-by: Mark Fasheh --- Reading git-diff-tree failed