diff options
-rw-r--r-- | arch/s390/include/asm/compat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/include/asm/compat.h b/arch/s390/include/asm/compat.h index f8c6df6cd1f0..d967ac8d55d0 100644 --- a/arch/s390/include/asm/compat.h +++ b/arch/s390/include/asm/compat.h | |||
@@ -135,7 +135,7 @@ struct compat_statfs { | |||
135 | s32 f_namelen; | 135 | s32 f_namelen; |
136 | s32 f_frsize; | 136 | s32 f_frsize; |
137 | s32 f_flags; | 137 | s32 f_flags; |
138 | s32 f_spare[5]; | 138 | s32 f_spare[4]; |
139 | }; | 139 | }; |
140 | 140 | ||
141 | #define COMPAT_RLIM_OLD_INFINITY 0x7fffffff | 141 | #define COMPAT_RLIM_OLD_INFINITY 0x7fffffff |