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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/fsnotify_backend.h b/include/linux/fsnotify_backend.h
index efdf9e442d86..d2c0ee30e618 100644
--- a/include/linux/fsnotify_backend.h
+++ b/include/linux/fsnotify_backend.h
@@ -336,6 +336,7 @@ extern void fsnotify_destroy_mark_by_entry(struct fsnotify_mark_entry *entry);
336extern void fsnotify_clear_marks_by_group(struct fsnotify_group *group); 336extern void fsnotify_clear_marks_by_group(struct fsnotify_group *group);
337extern void fsnotify_get_mark(struct fsnotify_mark_entry *entry); 337extern void fsnotify_get_mark(struct fsnotify_mark_entry *entry);
338extern void fsnotify_put_mark(struct fsnotify_mark_entry *entry); 338extern void fsnotify_put_mark(struct fsnotify_mark_entry *entry);
339extern void fsnotify_unmount_inodes(struct list_head *list);
339 340
340/* put here because inotify does some weird stuff when destroying watches */ 341/* put here because inotify does some weird stuff when destroying watches */
341extern struct fsnotify_event *fsnotify_create_event(struct inode *to_tell, __u32 mask, 342extern struct fsnotify_event *fsnotify_create_event(struct inode *to_tell, __u32 mask,
@@ -365,6 +366,9 @@ static inline u32 fsnotify_get_cookie(void)
365 return 0; 366 return 0;
366} 367}
367 368
369static inline void fsnotify_unmount_inodes(struct list_head *list)
370{}
371
368#endif /* CONFIG_FSNOTIFY */ 372#endif /* CONFIG_FSNOTIFY */
369 373
370#endif /* __KERNEL __ */ 374#endif /* __KERNEL __ */