From 0a3fce7eb437dca543672a4cbd91588d6aa1debf Mon Sep 17 00:00:00 2001 From: Eric Paris Date: Mon, 13 Jul 2009 15:56:55 -0400 Subject: [PATCH] --- yaml --- r: 155899 b: refs/heads/master c: c05594b62125c528d93af3a78229793aae36df7f h: refs/heads/master i: 155897: 815eaad3f9e49a359ed5d292b532756a14c71c98 155895: cf4905ec6ceb50cf294ff35cec12e18942408132 v: v3 --- [refs] | 2 +- trunk/fs/notify/notification.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 1b4833eec5f4..8b7419195f03 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4a148ba988988b9c400ad0f2cbccc155289b954b +refs/heads/master: c05594b62125c528d93af3a78229793aae36df7f diff --git a/trunk/fs/notify/notification.c b/trunk/fs/notify/notification.c index 69391fe8efb1..2b20feaf263a 100644 --- a/trunk/fs/notify/notification.c +++ b/trunk/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; };