summaryrefslogtreecommitdiff
path: root/gio/inotify/inotify-path.c
diff options
context:
space:
mode:
Diffstat (limited to 'gio/inotify/inotify-path.c')
-rw-r--r--gio/inotify/inotify-path.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/gio/inotify/inotify-path.c b/gio/inotify/inotify-path.c
index f0528f443..5110dff45 100644
--- a/gio/inotify/inotify-path.c
+++ b/gio/inotify/inotify-path.c
@@ -532,9 +532,8 @@ ip_event_callback (ik_event_t *event)
GList* dir_list = NULL;
GList *file_list = NULL;
- /* We can ignore the IGNORED events. Likewise, if the event queue overflowed,
- * there is not much we can do to recover. */
- if (event->mask & (IN_IGNORED | IN_Q_OVERFLOW))
+ /* We can ignore the IGNORED events */
+ if (event->mask & IN_IGNORED)
{
_ik_event_free (event);
return TRUE;