diff options
Diffstat (limited to 'fs/notify/fsnotify.h')
-rw-r--r-- | fs/notify/fsnotify.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/fs/notify/fsnotify.h b/fs/notify/fsnotify.h index 7eed86f942ba..b41dbf5a125c 100644 --- a/fs/notify/fsnotify.h +++ b/fs/notify/fsnotify.h | |||
@@ -10,10 +10,6 @@ | |||
10 | extern struct list_head fsnotify_inode_groups; | 10 | extern struct list_head fsnotify_inode_groups; |
11 | /* all groups which receive vfsmount fsnotify events */ | 11 | /* all groups which receive vfsmount fsnotify events */ |
12 | extern struct list_head fsnotify_vfsmount_groups; | 12 | extern struct list_head fsnotify_vfsmount_groups; |
13 | /* all bitwise OR of all event types (FS_*) for all fsnotify_inode_groups */ | ||
14 | extern __u32 fsnotify_inode_mask; | ||
15 | /* all bitwise OR of all event types (FS_*) for all fsnotify_vfsmount_groups */ | ||
16 | extern __u32 fsnotify_vfsmount_mask; | ||
17 | 13 | ||
18 | /* destroy all events sitting in this groups notification queue */ | 14 | /* destroy all events sitting in this groups notification queue */ |
19 | extern void fsnotify_flush_notify(struct fsnotify_group *group); | 15 | extern void fsnotify_flush_notify(struct fsnotify_group *group); |