fsnotify: parent event notification
[deliverable/linux.git] / fs / notify / fsnotify.h
index 8ebcbe893c91390fb454f74a85c9b5588126f52b..83b8ec0a8ec2fb412679e17fb8969c58e0f45e4f 100644 (file)
@@ -17,4 +17,9 @@ extern __u32 fsnotify_mask;
 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);
+/*
+ * update the dentry->d_flags of all of inode's children to indicate if inode cares
+ * about events that happen to its children.
+ */
+extern void __fsnotify_update_child_dentry_flags(struct inode *inode);
 #endif /* __FS_NOTIFY_FSNOTIFY_H_ */
This page took 0.023496 seconds and 5 git commands to generate.