diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/fsnotify_backend.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/linux/fsnotify_backend.h b/include/linux/fsnotify_backend.h index d2ad345bdeec..e76cef75295d 100644 --- a/include/linux/fsnotify_backend.h +++ b/include/linux/fsnotify_backend.h | |||
@@ -360,8 +360,10 @@ static inline void __fsnotify_d_instantiate(struct dentry *dentry, struct inode | |||
360 | 360 | ||
361 | /* called from fsnotify listeners, such as fanotify or dnotify */ | 361 | /* called from fsnotify listeners, such as fanotify or dnotify */ |
362 | 362 | ||
363 | /* get a reference to an existing or create a new group */ | 363 | /* create a new group */ |
364 | extern struct fsnotify_group *fsnotify_alloc_group(const struct fsnotify_ops *ops); | 364 | extern struct fsnotify_group *fsnotify_alloc_group(const struct fsnotify_ops *ops); |
365 | /* get reference to a group */ | ||
366 | extern void fsnotify_get_group(struct fsnotify_group *group); | ||
365 | /* drop reference on a group from fsnotify_alloc_group */ | 367 | /* drop reference on a group from fsnotify_alloc_group */ |
366 | extern void fsnotify_put_group(struct fsnotify_group *group); | 368 | extern void fsnotify_put_group(struct fsnotify_group *group); |
367 | /* destroy group */ | 369 | /* destroy group */ |