Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 335479
b: refs/heads/master
c: 848561d
h: refs/heads/master
i:
  335477: d5a18bf
  335475: 00d55fa
  335471: fb478cd
v: v3
  • Loading branch information
Eric Paris authored and Linus Torvalds committed Nov 9, 2012
1 parent c1ceed1 commit 35e0d07
Show file tree
Hide file tree
Showing 2 changed files with 2 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: a80a6b85b428e6ce12a8363bb1f08d44c50f3252
refs/heads/master: 848561d368751a1c0f679b9f045a02944506a801
1 change: 1 addition & 0 deletions trunk/fs/notify/fanotify/fanotify.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ static bool should_merge(struct fsnotify_event *old, struct fsnotify_event *new)
if ((old->path.mnt == new->path.mnt) &&
(old->path.dentry == new->path.dentry))
return true;
break;
case (FSNOTIFY_EVENT_NONE):
return true;
default:
Expand Down

0 comments on commit 35e0d07

Please sign in to comment.