Tony/David, ia32 emulation code needs to use a wrapper for these two system calls. Please apply. $ cat t.c #include main() { printf("%d\n", sizeof(struct statfs64)); printf("%d\n", sizeof(struct compat_statfs64)); } $ ./t 120 84 -Arun