aboutsummaryrefslogtreecommitdiffstats
path: root/fs/notify/fsnotify.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/notify/fsnotify.h')
-rw-r--r--fs/notify/fsnotify.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/notify/fsnotify.h b/fs/notify/fsnotify.h
index 38f3fb5cef28..204353c0f663 100644
--- a/fs/notify/fsnotify.h
+++ b/fs/notify/fsnotify.h
@@ -42,6 +42,8 @@ extern void fsnotify_destroy_vfsmount_mark(struct fsnotify_mark *mark);
42extern void fsnotify_destroy_inode_mark(struct fsnotify_mark *mark); 42extern void fsnotify_destroy_inode_mark(struct fsnotify_mark *mark);
43/* run the list of all marks associated with inode and flag them to be freed */ 43/* run the list of all marks associated with inode and flag them to be freed */
44extern void fsnotify_clear_marks_by_inode(struct inode *inode); 44extern void fsnotify_clear_marks_by_inode(struct inode *inode);
45/* run the list of all marks associated with vfsmount and flag them to be freed */
46extern void fsnotify_clear_marks_by_mount(struct vfsmount *mnt);
45/* 47/*
46 * update the dentry->d_flags of all of inode's children to indicate if inode cares 48 * update the dentry->d_flags of all of inode's children to indicate if inode cares
47 * about events that happen to its children. 49 * about events that happen to its children.