Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 155899
b: refs/heads/master
c: c05594b
h: refs/heads/master
i:
  155897: 815eaad
  155895: cf4905e
v: v3
  • Loading branch information
Eric Paris committed Jul 21, 2009
1 parent 3fc6e5d commit 0a3fce7
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: 4a148ba988988b9c400ad0f2cbccc155289b954b
refs/heads/master: c05594b62125c528d93af3a78229793aae36df7f
1 change: 1 addition & 0 deletions trunk/fs/notify/notification.c
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ static bool event_compare(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;
};
Expand Down

0 comments on commit 0a3fce7

Please sign in to comment.