diff options
Diffstat (limited to 'include')
-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 e25d348188ca..5ee22fb274e5 100644 --- a/include/linux/fanotify.h +++ b/include/linux/fanotify.h | |||
@@ -29,13 +29,13 @@ | |||
29 | #define FAN_MARK_REMOVE 0x00000002 | 29 | #define FAN_MARK_REMOVE 0x00000002 |
30 | #define FAN_MARK_DONT_FOLLOW 0x00000004 | 30 | #define FAN_MARK_DONT_FOLLOW 0x00000004 |
31 | #define FAN_MARK_ONLYDIR 0x00000008 | 31 | #define FAN_MARK_ONLYDIR 0x00000008 |
32 | #define FAN_MARK_ON_VFSMOUNT 0x00000010 | 32 | #define FAN_MARK_MOUNT 0x00000010 |
33 | 33 | ||
34 | #define FAN_ALL_MARK_FLAGS (FAN_MARK_ADD |\ | 34 | #define FAN_ALL_MARK_FLAGS (FAN_MARK_ADD |\ |
35 | FAN_MARK_REMOVE |\ | 35 | FAN_MARK_REMOVE |\ |
36 | FAN_MARK_DONT_FOLLOW |\ | 36 | FAN_MARK_DONT_FOLLOW |\ |
37 | FAN_MARK_ONLYDIR |\ | 37 | FAN_MARK_ONLYDIR |\ |
38 | FAN_MARK_ON_VFSMOUNT) | 38 | FAN_MARK_MOUNT) |
39 | 39 | ||
40 | /* | 40 | /* |
41 | * All of the events - we build the list by hand so that we can add flags in | 41 | * All of the events - we build the list by hand so that we can add flags in |