Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 84600
b: refs/heads/master
c: ac74c00
h: refs/heads/master
v: v3
  • Loading branch information
Ulisses Furquim authored and Linus Torvalds committed Feb 8, 2008
1 parent 4b21bf8 commit d9a2fc5
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: a4ffc0a0b240a29cbe489f6db9dae112a49ef1c1
refs/heads/master: ac74c00e499ed276a965e5b5600667d5dc04a84a
2 changes: 1 addition & 1 deletion trunk/fs/inotify_user.c
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ static void inotify_dev_queue_event(struct inotify_watch *w, u32 wd, u32 mask,
/* we can safely put the watch as we don't reference it while
* generating the event
*/
if (mask & IN_IGNORED || mask & IN_ONESHOT)
if (mask & IN_IGNORED || w->mask & IN_ONESHOT)
put_inotify_watch(w); /* final put */

/* coalescing: drop this event if it is a dupe of the previous */
Expand Down

0 comments on commit d9a2fc5

Please sign in to comment.