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; }; }