diff --git a/fs/notify/notification.c b/fs/notify/notification.c index 69391fe8efb1bac7e8e450b2bfa2f1f7fe13a505..2b20feaf263a2db0dc756f5a47c925972b485f67 100644 --- a/fs/notify/notification.c +++ b/fs/notify/notification.c @@ -151,6 +151,7 @@ static bool event_compare(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; };