diff options
Diffstat (limited to 'include/linux/fanotify.h')
-rw-r--r-- | include/linux/fanotify.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/fanotify.h b/include/linux/fanotify.h index 0f0121467fc4..bdbf9bb29b54 100644 --- a/include/linux/fanotify.h +++ b/include/linux/fanotify.h | |||
@@ -96,7 +96,7 @@ struct fanotify_event_metadata { | |||
96 | struct fanotify_response { | 96 | struct fanotify_response { |
97 | __s32 fd; | 97 | __s32 fd; |
98 | __u32 response; | 98 | __u32 response; |
99 | } __attribute__ ((packed)); | 99 | }; |
100 | 100 | ||
101 | /* Legit userspace responses to a _PERM event */ | 101 | /* Legit userspace responses to a _PERM event */ |
102 | #define FAN_ALLOW 0x01 | 102 | #define FAN_ALLOW 0x01 |