Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e1eb1ebc authored by Richard Kennedy's avatar Richard Kennedy Committed by Linus Torvalds
Browse files

mm: exit.c reorder wait_opts to remove padding on 64 bit builds



Reorder struct wait_opts to remove 8 bytes of alignment padding on 64 bit
builds.

Signed-off-by: default avatarRichard Kennedy <richard@rsk.demon.co.uk>
Cc: Oleg Nesterov <oleg@redhat.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Roland McGrath <roland@redhat.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent f95d39d1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1082,8 +1082,8 @@ SYSCALL_DEFINE1(exit_group, int, error_code)

struct wait_opts {
	enum pid_type		wo_type;
	struct pid		*wo_pid;
	int			wo_flags;
	struct pid		*wo_pid;

	struct siginfo __user	*wo_info;
	int __user		*wo_stat;