From 699f5e45958c1a93d994811c3849f1323471399c Mon Sep 17 00:00:00 2001 From: Alexey Zaytsev Date: Mon, 22 Nov 2010 00:33:03 +0000 Subject: [PATCH] --- yaml --- r: 223364 b: refs/heads/master c: 62731fa0c893515dc6cbc3e0a2879a92793c735f h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/fanotify.h | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 1eb30a31c703..eeffa308de5e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: fdbf3ceeb659f0b3c0e8dd79b331b7ac05910f1e +refs/heads/master: 62731fa0c893515dc6cbc3e0a2879a92793c735f diff --git a/trunk/include/linux/fanotify.h b/trunk/include/linux/fanotify.h index c73224315aee..6c6133f76e16 100644 --- a/trunk/include/linux/fanotify.h +++ b/trunk/include/linux/fanotify.h @@ -83,11 +83,13 @@ FAN_ALL_PERM_EVENTS |\ FAN_Q_OVERFLOW) -#define FANOTIFY_METADATA_VERSION 2 +#define FANOTIFY_METADATA_VERSION 3 struct fanotify_event_metadata { __u32 event_len; - __u32 vers; + __u8 vers; + __u8 reserved; + __u16 metadata_len; __aligned_u64 mask; __s32 fd; __s32 pid;