Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

[PATCH] ARM: Fix new-ABI layout of struct stat64

Add __attribute__((packed)) to ensure that the stat64 structure is
correctly laid out no matter which ABI the kernel is compiled for.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

authored by

Russell King and committed by
Russell King
17af691c 68070bde

+1 -1
+1 -1
include/asm-arm/stat.h
··· 89 89 unsigned long st_ctime_nsec; 90 90 91 91 unsigned long long st_ino; 92 - }; 92 + } __attribute__((packed)); 93 93 94 94 #endif