diff options
Diffstat (limited to 'fs/notify/fsnotify.h')
-rw-r--r-- | fs/notify/fsnotify.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/fs/notify/fsnotify.h b/fs/notify/fsnotify.h index c6a8bd476572..8ebcbe893c91 100644 --- a/fs/notify/fsnotify.h +++ b/fs/notify/fsnotify.h | |||
@@ -12,4 +12,9 @@ extern struct srcu_struct fsnotify_grp_srcu; | |||
12 | extern struct list_head fsnotify_groups; | 12 | extern struct list_head fsnotify_groups; |
13 | /* all bitwise OR of all event types (FS_*) for all fsnotify_groups */ | 13 | /* all bitwise OR of all event types (FS_*) for all fsnotify_groups */ |
14 | extern __u32 fsnotify_mask; | 14 | extern __u32 fsnotify_mask; |
15 | |||
16 | /* final kfree of a group */ | ||
17 | extern void fsnotify_final_destroy_group(struct fsnotify_group *group); | ||
18 | /* run the list of all marks associated with inode and flag them to be freed */ | ||
19 | extern void fsnotify_clear_marks_by_inode(struct inode *inode); | ||
15 | #endif /* __FS_NOTIFY_FSNOTIFY_H_ */ | 20 | #endif /* __FS_NOTIFY_FSNOTIFY_H_ */ |