From: Andrew Morton Date: Sun, 10 Mar 2013 10:54:53 +0000 (+1100) Subject: epoll-trim-epitem-by-one-cache-line-on-x86_64-fix X-Git-Tag: next-20130312~3^2~205 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=0bb6c6b42b1a72496d6f647c9bf988074aabcc60;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