commit | 17af691cd19765b782d891fc50c1568d0f1276b3 | [log] [tgz] |
---|---|---|
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | Mon Jul 04 13:02:46 2005 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Mon Jul 04 13:02:46 2005 +0100 |
tree | 6f51e67e4a433ee0ff866a6ac18a4bce798fe0c7 | |
parent | 68070bdeeca7b7af6a42c0b3e5b1247e83c22ff9 [diff] |
[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>