]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
epoll-trim-epitem-by-one-cache-line-on-x86_64-fix
authorAndrew Morton <akpm@linux-foundation.org>
Sun, 10 Mar 2013 10:54:53 +0000 (21:54 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 12 Mar 2013 03:56:35 +0000 (14:56 +1100)
use __packed, for all architectures

Cc: Al Viro <viro@ZenIV.linux.org.uk>
Cc: Davide Libenzi <davidel@xmailserver.org>
Cc: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
fs/eventpoll.c

index 0edf94dd578ec79ba92d128f6f8839decff3b9ca..5cc010aa2e95f7252111e6bc5bad19d105538531 100644 (file)
 struct epoll_filefd {
        struct file *file;
        int fd;
-} EPOLL_PACKED;
+} __packed;
 
 /*
  * Structure used to track possible nested calls, for too deep recursions