Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 156839
b: refs/heads/master
c: cd94c8b
h: refs/heads/master
i:
  156837: 7180ad4
  156835: a8e28e9
  156831: 9c8e2c3
v: v3
  • Loading branch information
Eric Paris authored and Linus Torvalds committed Aug 17, 2009
1 parent 8e80617 commit a278bb8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: eef3a116be11d35396efb2a8cc7345fd3221e294
refs/heads/master: cd94c8bbef8d4b796a7ed4c551355a334604fd36
4 changes: 4 additions & 0 deletions trunk/fs/notify/notification.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
}
Expand Down

0 comments on commit a278bb8

Please sign in to comment.