diff options
Diffstat (limited to 'fs/notify/fanotify/fanotify.c')
-rw-r--r-- | fs/notify/fanotify/fanotify.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/notify/fanotify/fanotify.c b/fs/notify/fanotify/fanotify.c index 202be8adb2ec..f6900022f69e 100644 --- a/fs/notify/fanotify/fanotify.c +++ b/fs/notify/fanotify/fanotify.c | |||
@@ -1,3 +1,4 @@ | |||
1 | #include <linux/fanotify.h> | ||
1 | #include <linux/fdtable.h> | 2 | #include <linux/fdtable.h> |
2 | #include <linux/fsnotify_backend.h> | 3 | #include <linux/fsnotify_backend.h> |
3 | #include <linux/init.h> | 4 | #include <linux/init.h> |
@@ -5,8 +6,6 @@ | |||
5 | #include <linux/mount.h> | 6 | #include <linux/mount.h> |
6 | #include <linux/types.h> | 7 | #include <linux/types.h> |
7 | 8 | ||
8 | #include "fanotify.h" | ||
9 | |||
10 | static bool should_merge(struct fsnotify_event *old, struct fsnotify_event *new) | 9 | static bool should_merge(struct fsnotify_event *old, struct fsnotify_event *new) |
11 | { | 10 | { |
12 | pr_debug("%s: old=%p new=%p\n", __func__, old, new); | 11 | pr_debug("%s: old=%p new=%p\n", __func__, old, new); |