diff options
Diffstat (limited to 'include/linux/fsnotify.h')
-rw-r--r-- | include/linux/fsnotify.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/linux/fsnotify.h b/include/linux/fsnotify.h index 5184a2b786c1..06c0e50c7968 100644 --- a/include/linux/fsnotify.h +++ b/include/linux/fsnotify.h | |||
@@ -96,6 +96,14 @@ static inline void fsnotify_inode_delete(struct inode *inode) | |||
96 | } | 96 | } |
97 | 97 | ||
98 | /* | 98 | /* |
99 | * fsnotify_vfsmount_delete - a vfsmount is being destroyed, clean up is needed | ||
100 | */ | ||
101 | static inline void fsnotify_vfsmount_delete(struct vfsmount *mnt) | ||
102 | { | ||
103 | __fsnotify_vfsmount_delete(mnt); | ||
104 | } | ||
105 | |||
106 | /* | ||
99 | * fsnotify_nameremove - a filename was removed from a directory | 107 | * fsnotify_nameremove - a filename was removed from a directory |
100 | */ | 108 | */ |
101 | static inline void fsnotify_nameremove(struct dentry *dentry, int isdir) | 109 | static inline void fsnotify_nameremove(struct dentry *dentry, int isdir) |