include/asm-ppc64/compat.h | 3 ++- include/asm-ppc64/statfs.h | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff -puN include/asm-ppc64/statfs.h~ppc64-statfs-fix include/asm-ppc64/statfs.h --- 25-power4/include/asm-ppc64/statfs.h~ppc64-statfs-fix 2003-06-07 13:27:13.000000000 -0700 +++ 25-power4-akpm/include/asm-ppc64/statfs.h 2003-06-07 13:27:27.000000000 -0700 @@ -23,7 +23,8 @@ struct statfs { long f_ffree; __kernel_fsid_t f_fsid; long f_namelen; - long f_spare[6]; + long f_frsize; + long f_spare[5]; }; #endif /* _PPC64_STATFS_H */ diff -puN include/asm-ppc64/compat.h~ppc64-statfs-fix include/asm-ppc64/compat.h --- 25-power4/include/asm-ppc64/compat.h~ppc64-statfs-fix 2003-06-07 13:33:53.000000000 -0700 +++ 25-power4-akpm/include/asm-ppc64/compat.h 2003-06-07 13:34:17.000000000 -0700 @@ -91,7 +91,8 @@ struct compat_statfs { int f_ffree; compat_fsid_t f_fsid; int f_namelen; /* SunOS ignores this field. */ - int f_spare[6]; + int f_frsize; + int f_spare[5]; }; #define COMPAT_RLIM_OLD_INFINITY 0x7fffffff _