diff options
author | David Woodhouse <David.Woodhouse@intel.com> | 2008-09-01 09:12:51 -0400 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2008-09-06 14:30:19 -0400 |
commit | 5cfba5df8c76851ab311a2818a5e688f20833cac (patch) | |
tree | af198fb6e4fcf0fc1df33be7a600519b1ed4c0b8 | |
parent | 52d90f4dad1352a6077ad6e93650ecea9b258f56 (diff) |
S390: Update comments about why we don't use <asm-generic/statfs.h>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
-rw-r--r-- | arch/s390/include/asm/statfs.h | 11 |
1 files changed, 4 insertions, 7 deletions
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 @@ | |||
12 | #ifndef __s390x__ | 12 | #ifndef __s390x__ |
13 | #include <asm-generic/statfs.h> | 13 | #include <asm-generic/statfs.h> |
14 | #else | 14 | #else |
15 | /* | ||
16 | * We can't use <asm-generic/statfs.h> because in 64-bit mode | ||
17 | * we mix ints of different sizes in our struct statfs. | ||
18 | */ | ||
15 | 19 | ||
16 | #ifndef __KERNEL_STRICT_NAMES | 20 | #ifndef __KERNEL_STRICT_NAMES |
17 | |||
18 | #include <linux/types.h> | 21 | #include <linux/types.h> |
19 | |||
20 | typedef __kernel_fsid_t fsid_t; | 22 | typedef __kernel_fsid_t fsid_t; |
21 | |||
22 | #endif | 23 | #endif |
23 | 24 | ||
24 | /* | ||
25 | * This is ugly -- we're already 64-bit clean, so just duplicate the | ||
26 | * definitions. | ||
27 | */ | ||
28 | struct statfs { | 25 | struct statfs { |
29 | int f_type; | 26 | int f_type; |
30 | int f_bsize; | 27 | int f_bsize; |