diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/fsnotify_backend.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/fsnotify_backend.h b/include/linux/fsnotify_backend.h index 25789d45fad8..3a7fff235539 100644 --- a/include/linux/fsnotify_backend.h +++ b/include/linux/fsnotify_backend.h | |||
@@ -363,6 +363,9 @@ extern struct fsnotify_event *fsnotify_create_event(struct inode *to_tell, __u32 | |||
363 | void *data, int data_is, const char *name, | 363 | void *data, int data_is, const char *name, |
364 | u32 cookie, gfp_t gfp); | 364 | u32 cookie, gfp_t gfp); |
365 | 365 | ||
366 | /* fanotify likes to change events after they are on lists... */ | ||
367 | extern struct fsnotify_event *fsnotify_clone_event(struct fsnotify_event *old_event); | ||
368 | |||
366 | #else | 369 | #else |
367 | 370 | ||
368 | static inline void fsnotify(struct inode *to_tell, __u32 mask, void *data, int data_is, | 371 | static inline void fsnotify(struct inode *to_tell, __u32 mask, void *data, int data_is, |