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 ec5aee43bdc5..5bd22412017f 100644 --- a/fs/notify/fsnotify.h +++ b/fs/notify/fsnotify.h | |||
@@ -16,6 +16,8 @@ extern __u32 fsnotify_inode_mask; | |||
16 | /* destroy all events sitting in this groups notification queue */ | 16 | /* destroy all events sitting in this groups notification queue */ |
17 | extern void fsnotify_flush_notify(struct fsnotify_group *group); | 17 | extern void fsnotify_flush_notify(struct fsnotify_group *group); |
18 | 18 | ||
19 | /* add a group to the inode group list */ | ||
20 | extern void fsnotify_add_inode_group(struct fsnotify_group *group); | ||
19 | /* final kfree of a group */ | 21 | /* final kfree of a group */ |
20 | extern void fsnotify_final_destroy_group(struct fsnotify_group *group); | 22 | extern void fsnotify_final_destroy_group(struct fsnotify_group *group); |
21 | 23 | ||