diff options
Diffstat (limited to 'fs/notify/fsnotify.h')
-rw-r--r-- | fs/notify/fsnotify.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/notify/fsnotify.h b/fs/notify/fsnotify.h index 204353c0f663..1be54f6f9e7d 100644 --- a/fs/notify/fsnotify.h +++ b/fs/notify/fsnotify.h | |||
@@ -20,6 +20,8 @@ extern __u32 fsnotify_vfsmount_mask; | |||
20 | /* destroy all events sitting in this groups notification queue */ | 20 | /* destroy all events sitting in this groups notification queue */ |
21 | extern void fsnotify_flush_notify(struct fsnotify_group *group); | 21 | extern void fsnotify_flush_notify(struct fsnotify_group *group); |
22 | 22 | ||
23 | extern void fsnotify_set_inode_mark_mask_locked(struct fsnotify_mark *fsn_mark, | ||
24 | __u32 mask); | ||
23 | /* add a mark to an inode */ | 25 | /* add a mark to an inode */ |
24 | extern int fsnotify_add_inode_mark(struct fsnotify_mark *mark, | 26 | extern int fsnotify_add_inode_mark(struct fsnotify_mark *mark, |
25 | struct fsnotify_group *group, struct inode *inode, | 27 | struct fsnotify_group *group, struct inode *inode, |