From: David Woodhouse Date: Mon, 1 Sep 2008 13:12:51 +0000 (+0100) Subject: S390: Update comments about why we don't use X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=5cfba5df8c76851ab311a2818a5e688f20833cac;p=deliverable%2Flinux.git S390: Update comments about why we don't use Signed-off-by: David Woodhouse --- diff --git a/arch/s390/include/asm/statfs.h b/arch/s390/include/asm/statfs.h index 099a45579190..06cc70307ece 100644 --- a/arch/s390/include/asm/statfs.h +++ b/arch/s390/include/asm/statfs.h @@ -12,19 +12,16 @@ #ifndef __s390x__ #include #else +/* + * We can't use because in 64-bit mode + * we mix ints of different sizes in our struct statfs. + */ #ifndef __KERNEL_STRICT_NAMES - #include - typedef __kernel_fsid_t fsid_t; - #endif -/* - * This is ugly -- we're already 64-bit clean, so just duplicate the - * definitions. - */ struct statfs { int f_type; int f_bsize;