]> Pileus Git - ~andy/linux/commit
fanotify: remove packed from access response message
authorEric Paris <eparis@redhat.com>
Mon, 8 Nov 2010 23:19:22 +0000 (18:19 -0500)
committerEric Paris <eparis@redhat.com>
Tue, 7 Dec 2010 21:14:20 +0000 (16:14 -0500)
commit88d60c32765716289abeb362c44adf6c35c6824c
tree87c7f9296cfee7ba16145b70ebc7e11106f72e42
parentecf6f5e7d68471b08603f7c20143ac236602364f
fanotify: remove packed from access response message

Since fanotify has decided to be careful about alignment and packing
rather than rely on __attribute__((packed)) for multiarch support.
Since this attribute isn't doing anything on fanotify_response we just
drop it.  This does not break API/ABI.

Suggested-by: Tvrtko Ursulin <tvrtko.ursulin@sophos.com>
Signed-off-by: Eric Paris <eparis@redhat.com>
include/linux/fanotify.h