From: Andrew Morton Date: Wed, 20 Mar 2013 04:07:47 +0000 (+1100) Subject: epoll-trim-epitem-by-one-cache-line-on-x86_64-fix X-Git-Tag: next-20130322~1^2~251 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f5acfb3efc06e9cae04cb487f903acaef9401da2;p=karo-tx-linux.git epoll-trim-epitem-by-one-cache-line-on-x86_64-fix use __packed, for all architectures Cc: Al Viro Cc: Davide Libenzi Cc: Eric Wong Signed-off-by: Andrew Morton --- diff --git a/fs/eventpoll.c b/fs/eventpoll.c index 0edf94dd578e..5cc010aa2e95 100644 --- a/fs/eventpoll.c +++ b/fs/eventpoll.c @@ -105,7 +105,7 @@ struct epoll_filefd { struct file *file; int fd; -} EPOLL_PACKED; +} __packed; /* * Structure used to track possible nested calls, for too deep recursions