diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2018-08-17 09:41:28 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2018-08-17 09:41:28 -0700 |
| commit | 2645b9d1a49c2c2cf23895657bdf9a56e07a4da8 (patch) | |
| tree | 5fb6fad54ed3ca01280f1d947879d62798609cac /include/linux/inotify.h | |
| parent | 46e62a072a8254e9e3765fdc999aba325b7918df (diff) | |
| parent | 4d97f7d53da7dc830dbf416a3d2a6778d267ae68 (diff) | |
| download | talos-op-linux-2645b9d1a49c2c2cf23895657bdf9a56e07a4da8.tar.gz talos-op-linux-2645b9d1a49c2c2cf23895657bdf9a56e07a4da8.zip | |
Merge tag 'fsnotify_for_v4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Pull fsnotify updates from Jan Kara:
"fsnotify cleanups from Amir and a small inotify improvement"
* tag 'fsnotify_for_v4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs:
inotify: Add flag IN_MASK_CREATE for inotify_add_watch()
fanotify: factor out helpers to add/remove mark
fsnotify: add helper to get mask from connector
fsnotify: let connector point to an abstract object
fsnotify: pass connp and object type to fsnotify_add_mark()
fsnotify: use typedef fsnotify_connp_t for brevity
Diffstat (limited to 'include/linux/inotify.h')
| -rw-r--r-- | include/linux/inotify.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/inotify.h b/include/linux/inotify.h index 44f9ffe72c87..6a24905f6e1e 100644 --- a/include/linux/inotify.h +++ b/include/linux/inotify.h @@ -18,6 +18,6 @@ extern struct ctl_table inotify_table[]; /* for sysctl */ IN_DELETE_SELF | IN_MOVE_SELF | IN_UNMOUNT | \ IN_Q_OVERFLOW | IN_IGNORED | IN_ONLYDIR | \ IN_DONT_FOLLOW | IN_EXCL_UNLINK | IN_MASK_ADD | \ - IN_ISDIR | IN_ONESHOT) + IN_MASK_CREATE | IN_ISDIR | IN_ONESHOT) #endif /* _LINUX_INOTIFY_H */ |

