From: Eric Paris Date: Mon, 8 Nov 2010 23:19:22 +0000 (-0500) Subject: fanotify: remove packed from access response message X-Git-Tag: v2.6.37-rc7~24^2~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=88d60c32765716289abeb362c44adf6c35c6824c;p=platform%2Fupstream%2Fkernel-adaptation-pc.git 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 Signed-off-by: Eric Paris --- diff --git a/include/linux/fanotify.h b/include/linux/fanotify.h index 0f01214..bdbf9bb 100644 --- a/include/linux/fanotify.h +++ b/include/linux/fanotify.h @@ -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