Files
linux/arch/s390/include/uapi/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
..
2023-04-11 19:53:08 -06:00
2023-01-09 14:34:05 +01:00
2022-12-06 16:18:22 +01:00
2022-04-25 13:54:14 +02:00
2021-01-19 12:29:26 +01:00
2023-01-09 14:34:05 +01:00
2021-10-26 15:21:31 +02:00
2017-12-05 07:51:09 +01:00
2017-12-05 07:51:09 +01:00