diff options
-rw-r--r-- | include/linux/fanotify.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/fanotify.h b/include/linux/fanotify.h index 2c89ce7b644e..8a621c1a0991 100644 --- a/include/linux/fanotify.h +++ b/include/linux/fanotify.h | |||
@@ -79,10 +79,10 @@ | |||
79 | struct fanotify_event_metadata { | 79 | struct fanotify_event_metadata { |
80 | __u32 event_len; | 80 | __u32 event_len; |
81 | __u32 vers; | 81 | __u32 vers; |
82 | __u64 mask; | 82 | __aligned_u64 mask; |
83 | __s32 fd; | 83 | __s32 fd; |
84 | __s32 pid; | 84 | __s32 pid; |
85 | } __attribute__ ((packed)); | 85 | }; |
86 | 86 | ||
87 | struct fanotify_response { | 87 | struct fanotify_response { |
88 | __s32 fd; | 88 | __s32 fd; |