We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed40866 commit 6d9406fCopy full SHA for 6d9406f
arch/s390/include/asm/compat.h
@@ -112,7 +112,7 @@ struct compat_statfs64 {
112
u32 f_namelen;
113
u32 f_frsize;
114
u32 f_flags;
115
- u32 f_spare[4];
+ u32 f_spare[5];
116
};
117
118
/*
arch/s390/include/uapi/asm/statfs.h
@@ -30,7 +30,7 @@ struct statfs {
30
unsigned int f_namelen;
31
unsigned int f_frsize;
32
unsigned int f_flags;
33
- unsigned int f_spare[4];
+ unsigned int f_spare[5];
34
35
36
struct statfs64 {
@@ -45,7 +45,7 @@ struct statfs64 {
45
46
47
48
49
50
51
#endif
0 commit comments