From a278bb884aca1187985f02580b00a323349f6daa Mon Sep 17 00:00:00 2001 From: Eric Paris Date: Sun, 16 Aug 2009 21:51:49 -0400 Subject: [PATCH] --- yaml --- r: 156839 b: refs/heads/master c: cd94c8bbef8d4b796a7ed4c551355a334604fd36 h: refs/heads/master i: 156837: 7180ad4d8bfd6dc1649aa6e1fdf59d935ccaf582 156835: a8e28e9589c1cfdb91a048226cf208483f0ce6be 156831: 9c8e2c341c787a34244146703331c66821b847af v: v3 --- [refs] | 2 +- trunk/fs/notify/notification.c | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index ef78f1460864..bcaf0f5d43ca 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: eef3a116be11d35396efb2a8cc7345fd3221e294 +refs/heads/master: cd94c8bbef8d4b796a7ed4c551355a334604fd36 diff --git a/trunk/fs/notify/notification.c b/trunk/fs/notify/notification.c index 74b3cf30bc6b..3816d5750dd5 100644 --- a/trunk/fs/notify/notification.c +++ b/trunk/fs/notify/notification.c @@ -153,6 +153,10 @@ static bool event_compare(struct fsnotify_event *old, struct fsnotify_event *new return true; break; case (FSNOTIFY_EVENT_NONE): + if (old->mask & FS_Q_OVERFLOW) + return true; + else if (old->mask & FS_IN_IGNORED) + return false; return false; }; }