]> Pileus Git - ~andy/linux/blobdiff - include/linux/fsnotify_backend.h
inotify, fanotify: replace fsnotify_put_group() with fsnotify_destroy_group()
[~andy/linux] / include / linux / fsnotify_backend.h
index 63d966d5c2ea7a382c2f42cc664c7804dec86f73..d2ad345bdeec55629d324681fc95072595036714 100644 (file)
@@ -364,7 +364,8 @@ static inline void __fsnotify_d_instantiate(struct dentry *dentry, struct inode
 extern struct fsnotify_group *fsnotify_alloc_group(const struct fsnotify_ops *ops);
 /* drop reference on a group from fsnotify_alloc_group */
 extern void fsnotify_put_group(struct fsnotify_group *group);
-
+/* destroy group */
+extern void fsnotify_destroy_group(struct fsnotify_group *group);
 /* take a reference to an event */
 extern void fsnotify_get_event(struct fsnotify_event *event);
 extern void fsnotify_put_event(struct fsnotify_event *event);