From: Catalin Marinas Date: Mon, 19 Mar 2012 15:13:51 +0000 (+0000) Subject: fs: Build sys_stat64() and friends if __ARCH_WANT_COMPAT_STAT64 X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~80^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0753f70f07fbbd23a48d61ffea37028bd0bd6c7d;p=pandora-kernel.git fs: Build sys_stat64() and friends if __ARCH_WANT_COMPAT_STAT64 On AArch64 Linux, we want the sys_stat64() and related functions for compat support but do not need the generic struct stat64, enabled automatically if __ARCH_WANT_STAT64. Signed-off-by: Catalin Marinas Acked-by: Arnd Bergmann --- Reading git-diff-tree failed