From: Eric Paris Date: Thu, 28 Oct 2010 21:21:56 +0000 (-0400) Subject: fanotify: use __aligned_u64 in fanotify userspace metadata X-Git-Tag: v2.6.37-rc1~17^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2868201965419b9011f3f07fd80e765181343cb1;p=pandora-kernel.git fanotify: use __aligned_u64 in fanotify userspace metadata Currently the userspace struct exposed by fanotify uses __attribute__((packed)) to make sure that alignment works on multiarch platforms. Since this causes a severe performance penalty on some platforms we are going to switch to using explicit alignment notation on the 64bit values so we don't have to use 'packed' Signed-off-by: Eric Paris --- Reading git-diff-tree failed