Files
linux/arch/s390/include/asm
Ilya Leoshkevich 6d9406f80c s390/uapi: cover statfs padding by growing f_spare
pahole says:

	struct compat_statfs64 {
		...
		u32			f_spare[4];		/*    68    16 */
		/* size: 88, cachelines: 1, members: 12 */
		/* padding: 4 */

	struct statfs {
		...
		unsigned int		f_spare[4];		/*    68    16 */
		/* size: 88, cachelines: 1, members: 12 */
		/* padding: 4 */

	struct statfs64 {
		...
		unsigned int		f_spare[4];		/*    68    16 */
		/* size: 88, cachelines: 1, members: 12 */
		/* padding: 4 */

One has to keep the existence of padding in mind when working with
these structs. Grow f_spare arrays to 5 in order to simplify things.

Acked-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com>
Link: https://lore.kernel.org/r/20230504144021.808932-3-iii@linux.ibm.com
Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
2023-05-17 15:20:17 +02:00
..
2021-07-27 09:39:15 +02:00
2022-05-11 14:40:57 +02:00
2021-07-27 09:39:15 +02:00
2020-12-16 14:55:49 +01:00
2022-07-13 14:42:11 +00:00
2023-02-15 11:07:01 +01:00
2021-05-07 00:26:34 -07:00
2022-12-06 16:18:22 +01:00
2022-03-08 00:33:01 +01:00
2021-07-30 17:09:02 +02:00
2021-08-03 14:31:40 +02:00
2022-07-11 09:54:24 +02:00
2020-09-14 11:38:35 +02:00
2022-06-30 19:40:36 +02:00
2022-05-11 14:40:57 +02:00
2021-06-18 16:41:21 +02:00
2023-01-04 17:54:50 +01:00
2022-01-30 21:17:00 -05:00
2021-07-08 15:37:28 +02:00
2021-01-19 12:29:26 +01:00