Without this one it fails to build, too.



---

 25-akpm/fs/stat.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletion(-)

diff -puN fs/stat.c~mips-statfs-fix fs/stat.c
--- 25/fs/stat.c~mips-statfs-fix	Mon Apr 12 13:59:08 2004
+++ 25-akpm/fs/stat.c	Mon Apr 12 13:59:08 2004
@@ -107,7 +107,8 @@ EXPORT_SYMBOL(vfs_fstat);
 
 #if !defined(__alpha__) && !defined(__sparc__) && !defined(__ia64__) \
   && !defined(CONFIG_ARCH_S390) && !defined(__hppa__) \
-  && !defined(__arm__) && !defined(CONFIG_V850) && !defined(__powerpc64__)
+  && !defined(__arm__) && !defined(CONFIG_V850) && !defined(__powerpc64__) \
+  && !defined(__mips__)
 
 /*
  * For backward compatibility?  Maybe this should be moved

_