|
@@ -21,6 +21,7 @@ static bool should_merge(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;
|
|
|
default:
|
|
default:
|