aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fsnotify_backend.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/fsnotify_backend.h')
-rw-r--r--include/linux/fsnotify_backend.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/fsnotify_backend.h b/include/linux/fsnotify_backend.h
index 225dc0c3a48c..07d3c8954721 100644
--- a/include/linux/fsnotify_backend.h
+++ b/include/linux/fsnotify_backend.h
@@ -365,8 +365,6 @@ static inline void __fsnotify_d_instantiate(struct dentry *dentry, struct inode
365 365
366/* called from fsnotify listeners, such as fanotify or dnotify */ 366/* called from fsnotify listeners, such as fanotify or dnotify */
367 367
368/* must call when a group changes its ->mask */
369extern void fsnotify_recalc_global_mask(void);
370/* get a reference to an existing or create a new group */ 368/* get a reference to an existing or create a new group */
371extern struct fsnotify_group *fsnotify_alloc_group(const struct fsnotify_ops *ops); 369extern struct fsnotify_group *fsnotify_alloc_group(const struct fsnotify_ops *ops);
372/* run all marks associated with this group and update group->mask */ 370/* run all marks associated with this group and update group->mask */