Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 88d60c32 authored by Eric Paris's avatar Eric Paris
Browse files

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: default avatarTvrtko Ursulin <tvrtko.ursulin@sophos.com>
Signed-off-by: default avatarEric Paris <eparis@redhat.com>
parent ecf6f5e7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -96,7 +96,7 @@ struct fanotify_event_metadata {
struct fanotify_response {
	__s32 fd;
	__u32 response;
} __attribute__ ((packed));
};

/* Legit userspace responses to a _PERM event */
#define FAN_ALLOW	0x01