Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 167689
b: refs/heads/master
c: 3de0ef4
h: refs/heads/master
i:
  167687: 9ff2b70
v: v3
  • Loading branch information
Wei Yongjun authored and Eric Paris committed Oct 18, 2009
1 parent fee7c13 commit 3d877ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cdc321ff0af78e818c97d4787f62bf52bdf9db2a
refs/heads/master: 3de0ef4f2067da58fa5126d821a56dcb98cdb565
2 changes: 1 addition & 1 deletion trunk/fs/notify/notification.c
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ static bool event_compare(struct fsnotify_event *old, struct fsnotify_event *new
/* remember, after old was put on the wait_q we aren't
* allowed to look at the inode any more, only thing
* left to check was if the file_name is the same */
if (old->name_len &&
if (!old->name_len ||
!strcmp(old->file_name, new->file_name))
return true;
break;
Expand Down

0 comments on commit 3d877ef

Please sign in to comment.