diff options
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r-- | include/linux/fs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 50ef4d4c95bf..f9a003278758 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -91,7 +91,7 @@ struct inodes_stat_t { | |||
91 | #define FMODE_RANDOM ((__force fmode_t)0x1000) | 91 | #define FMODE_RANDOM ((__force fmode_t)0x1000) |
92 | 92 | ||
93 | /* File was opened by fanotify and shouldn't generate fanotify events */ | 93 | /* File was opened by fanotify and shouldn't generate fanotify events */ |
94 | #define FMODE_NONOTIFY ((__force fmode_t)8388608) | 94 | #define FMODE_NONOTIFY ((__force fmode_t)16777216) /* 0x1000000 */ |
95 | 95 | ||
96 | /* | 96 | /* |
97 | * The below are the various read and write types that we support. Some of | 97 | * The below are the various read and write types that we support. Some of |