diff options
Diffstat (limited to 'arch/s390/include')
-rw-r--r-- | arch/s390/include/asm/compat.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/s390/include/asm/compat.h b/arch/s390/include/asm/compat.h index da359ca6fe55..cdb9b78f6c08 100644 --- a/arch/s390/include/asm/compat.h +++ b/arch/s390/include/asm/compat.h | |||
@@ -131,7 +131,8 @@ struct compat_statfs { | |||
131 | compat_fsid_t f_fsid; | 131 | compat_fsid_t f_fsid; |
132 | s32 f_namelen; | 132 | s32 f_namelen; |
133 | s32 f_frsize; | 133 | s32 f_frsize; |
134 | s32 f_spare[6]; | 134 | s32 f_flags; |
135 | s32 f_spare[5]; | ||
135 | }; | 136 | }; |
136 | 137 | ||
137 | #define COMPAT_RLIM_OLD_INFINITY 0x7fffffff | 138 | #define COMPAT_RLIM_OLD_INFINITY 0x7fffffff |