Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 147757
b: refs/heads/master
c: 5ac697b
h: refs/heads/master
i:
  147755: 70802bc
v: v3
  • Loading branch information
Eric Paris committed Jun 11, 2009
1 parent f4e364f commit 41aaa90
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: ff52cc2158b32b3b979ca7802b1fd7c70f36e13c
refs/heads/master: 5ac697b793a3c45005c568df692518da6e690390
2 changes: 1 addition & 1 deletion trunk/fs/notify/dnotify/dnotify.c
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ static bool dnotify_should_send_event(struct fsnotify_group *group,
return false;

spin_lock(&entry->lock);
send = (mask & entry->mask) ? true : false;
send = (mask & entry->mask);
spin_unlock(&entry->lock);
fsnotify_put_mark(entry); /* matches fsnotify_find_mark_entry */

Expand Down

0 comments on commit 41aaa90

Please sign in to comment.