fsnotify: add marks to inodes so groups can interpret how to handle those inodes
[deliverable/linux.git] / fs / notify / fsnotify.h
index c6a8bd4765724368044a04713d158bad89a7a1ed..8ebcbe893c91390fb454f74a85c9b5588126f52b 100644 (file)
@@ -12,4 +12,9 @@ extern struct srcu_struct fsnotify_grp_srcu;
 extern struct list_head fsnotify_groups;
 /* all bitwise OR of all event types (FS_*) for all fsnotify_groups */
 extern __u32 fsnotify_mask;
+
+/* final kfree of a group */
+extern void fsnotify_final_destroy_group(struct fsnotify_group *group);
+/* run the list of all marks associated with inode and flag them to be freed */
+extern void fsnotify_clear_marks_by_inode(struct inode *inode);
 #endif /* __FS_NOTIFY_FSNOTIFY_H_ */
This page took 0.024093 seconds and 5 git commands to generate.