From 0753f70f07fbbd23a48d61ffea37028bd0bd6c7d Mon Sep 17 00:00:00 2001 From: Catalin Marinas Date: Mon, 19 Mar 2012 15:13:51 +0000 Subject: [PATCH] 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-format-patch failed