Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 223364
b: refs/heads/master
c: 62731fa
h: refs/heads/master
v: v3
  • Loading branch information
Alexey Zaytsev authored and Eric Paris committed Dec 15, 2010
1 parent bdf37e9 commit 699f5e4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fdbf3ceeb659f0b3c0e8dd79b331b7ac05910f1e
refs/heads/master: 62731fa0c893515dc6cbc3e0a2879a92793c735f
6 changes: 4 additions & 2 deletions trunk/include/linux/fanotify.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 699f5e4

Please sign in to comment.