From: Anton Blanchard <anton@samba.org>

Recent glibc uses statfs64.  We need to hook the compat wrappers in
(compat_statfs64 is broken but davem has sent a fix for it separately).



 25-akpm/arch/ppc64/kernel/misc.S |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff -puN arch/ppc64/kernel/misc.S~ppc64-use-statfs64 arch/ppc64/kernel/misc.S
--- 25/arch/ppc64/kernel/misc.S~ppc64-use-statfs64	Wed Nov 19 11:45:41 2003
+++ 25-akpm/arch/ppc64/kernel/misc.S	Wed Nov 19 11:45:41 2003
@@ -850,8 +850,8 @@ _GLOBAL(sys_call_table32)
 	.llong .sys_ni_syscall
 	.llong .sys32_tgkill		/* 250 */
 	.llong .sys32_utimes
-	.llong .sys_statfs64
-	.llong .sys_fstatfs64
+	.llong .compat_statfs64
+	.llong .compat_fstatfs64
 
 	.balign 8
 _GLOBAL(sys_call_table)

_