aboutsummaryrefslogtreecommitdiffstats
path: root/fs/notify/fsnotify.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/notify/fsnotify.h')
-rw-r--r--fs/notify/fsnotify.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/fs/notify/fsnotify.h b/fs/notify/fsnotify.h
index b41dbf5a125c..85e7d2b431d9 100644
--- a/fs/notify/fsnotify.h
+++ b/fs/notify/fsnotify.h
@@ -6,11 +6,6 @@
6#include <linux/srcu.h> 6#include <linux/srcu.h>
7#include <linux/types.h> 7#include <linux/types.h>
8 8
9/* all groups which receive inode fsnotify events */
10extern struct list_head fsnotify_inode_groups;
11/* all groups which receive vfsmount fsnotify events */
12extern struct list_head fsnotify_vfsmount_groups;
13
14/* destroy all events sitting in this groups notification queue */ 9/* destroy all events sitting in this groups notification queue */
15extern void fsnotify_flush_notify(struct fsnotify_group *group); 10extern void fsnotify_flush_notify(struct fsnotify_group *group);
16 11
@@ -28,10 +23,6 @@ extern int fsnotify_add_vfsmount_mark(struct fsnotify_mark *mark,
28 struct fsnotify_group *group, struct vfsmount *mnt, 23 struct fsnotify_group *group, struct vfsmount *mnt,
29 int allow_dups); 24 int allow_dups);
30 25
31/* add a group to the inode group list */
32extern void fsnotify_add_inode_group(struct fsnotify_group *group);
33/* add a group to the vfsmount group list */
34extern void fsnotify_add_vfsmount_group(struct fsnotify_group *group);
35/* final kfree of a group */ 26/* final kfree of a group */
36extern void fsnotify_final_destroy_group(struct fsnotify_group *group); 27extern void fsnotify_final_destroy_group(struct fsnotify_group *group);
37 28