|
@@ -91,7 +91,7 @@ struct inodes_stat_t {
|
|
#define FMODE_RANDOM ((__force fmode_t)0x1000)
|
|
#define FMODE_RANDOM ((__force fmode_t)0x1000)
|
|
|
|
|
|
/* File was opened by fanotify and shouldn't generate fanotify events */
|
|
/* File was opened by fanotify and shouldn't generate fanotify events */
|
|
-#define FMODE_NONOTIFY ((__force fmode_t)8388608)
|
|
|
|
|
|
+#define FMODE_NONOTIFY ((__force fmode_t)16777216) /* 0x1000000 */
|
|
|
|
|
|
/*
|
|
/*
|
|
* The below are the various read and write types that we support. Some of
|
|
* The below are the various read and write types that we support. Some of
|