Merge branch 'for-next' of git://git.infradead.org/users/eparis/notify
[deliverable/linux.git] / fs / notify / fanotify / fanotify.c
index aeb5b5abbd4fcb9036b1b9e7391541c20d8b8d3c..0c2f9122b262da54392c8ed90a5a9d94ea22719c 100644 (file)
@@ -27,6 +27,7 @@ static bool should_merge(struct fsnotify_event *old, struct fsnotify_event *new)
                        if ((old->path.mnt == new->path.mnt) &&
                            (old->path.dentry == new->path.dentry))
                                return true;
+                       break;
                case (FSNOTIFY_EVENT_NONE):
                        return true;
                default:
This page took 0.023755 seconds and 5 git commands to generate.