diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/fsnotify_backend.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/linux/fsnotify_backend.h b/include/linux/fsnotify_backend.h index c5848346840d..140b4b8a100b 100644 --- a/include/linux/fsnotify_backend.h +++ b/include/linux/fsnotify_backend.h | |||
@@ -408,8 +408,9 @@ extern void fsnotify_set_mark_mask_locked(struct fsnotify_mark *mark, __u32 mask | |||
408 | /* attach the mark to both the group and the inode */ | 408 | /* attach the mark to both the group and the inode */ |
409 | extern int fsnotify_add_mark(struct fsnotify_mark *mark, struct fsnotify_group *group, | 409 | extern int fsnotify_add_mark(struct fsnotify_mark *mark, struct fsnotify_group *group, |
410 | struct inode *inode, struct vfsmount *mnt, int allow_dups); | 410 | struct inode *inode, struct vfsmount *mnt, int allow_dups); |
411 | /* given a mark, flag it to be freed when all references are dropped */ | 411 | /* given a group and a mark, flag mark to be freed when all references are dropped */ |
412 | extern void fsnotify_destroy_mark(struct fsnotify_mark *mark); | 412 | extern void fsnotify_destroy_mark(struct fsnotify_mark *mark, |
413 | struct fsnotify_group *group); | ||
413 | /* run all the marks in a group, and clear all of the vfsmount marks */ | 414 | /* run all the marks in a group, and clear all of the vfsmount marks */ |
414 | extern void fsnotify_clear_vfsmount_marks_by_group(struct fsnotify_group *group); | 415 | extern void fsnotify_clear_vfsmount_marks_by_group(struct fsnotify_group *group); |
415 | /* run all the marks in a group, and clear all of the inode marks */ | 416 | /* run all the marks in a group, and clear all of the inode marks */ |