aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fsnotify_backend.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/fsnotify_backend.h')
-rw-r--r--include/linux/fsnotify_backend.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/fsnotify_backend.h b/include/linux/fsnotify_backend.h
index 390516732956..1679f250d59e 100644
--- a/include/linux/fsnotify_backend.h
+++ b/include/linux/fsnotify_backend.h
@@ -345,7 +345,7 @@ extern struct fsnotify_mark_entry *fsnotify_find_mark_entry(struct fsnotify_grou
345/* copy the values from old into new */ 345/* copy the values from old into new */
346extern void fsnotify_duplicate_mark(struct fsnotify_mark_entry *new, struct fsnotify_mark_entry *old); 346extern void fsnotify_duplicate_mark(struct fsnotify_mark_entry *new, struct fsnotify_mark_entry *old);
347/* attach the mark to both the group and the inode */ 347/* attach the mark to both the group and the inode */
348extern int fsnotify_add_mark(struct fsnotify_mark_entry *entry, struct fsnotify_group *group, struct inode *inode); 348extern int fsnotify_add_mark(struct fsnotify_mark_entry *entry, struct fsnotify_group *group, struct inode *inode, int allow_dups);
349/* given a mark, flag it to be freed when all references are dropped */ 349/* given a mark, flag it to be freed when all references are dropped */
350extern void fsnotify_destroy_mark_by_entry(struct fsnotify_mark_entry *entry); 350extern void fsnotify_destroy_mark_by_entry(struct fsnotify_mark_entry *entry);
351/* run all the marks in a group, and flag them to be freed */ 351/* run all the marks in a group, and flag them to be freed */