]> 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>
Wed, 20 Mar 2013 04:07:47 +0000 (15:07 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 20 Mar 2013 04:23:02 +0000 (15:23 +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