|
@@ -151,6 +151,7 @@ static bool event_compare(struct fsnotify_event *old, struct fsnotify_event *new
|
|
if ((old->path.mnt == new->path.mnt) &&
|
|
if ((old->path.mnt == new->path.mnt) &&
|
|
(old->path.dentry == new->path.dentry))
|
|
(old->path.dentry == new->path.dentry))
|
|
return true;
|
|
return true;
|
|
|
|
+ break;
|
|
case (FSNOTIFY_EVENT_NONE):
|
|
case (FSNOTIFY_EVENT_NONE):
|
|
return true;
|
|
return true;
|
|
};
|
|
};
|