From 41aaa9070e67754cbf6105f49d148e8500047c5d Mon Sep 17 00:00:00 2001 From: Eric Paris Date: Thu, 11 Jun 2009 11:09:47 -0400 Subject: [PATCH] --- yaml --- r: 147757 b: refs/heads/master c: 5ac697b793a3c45005c568df692518da6e690390 h: refs/heads/master i: 147755: 70802bc803d54f4c68eb45da9319deba9b836196 v: v3 --- [refs] | 2 +- trunk/fs/notify/dnotify/dnotify.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index afedf95ee07e..bfeaa7358084 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ff52cc2158b32b3b979ca7802b1fd7c70f36e13c +refs/heads/master: 5ac697b793a3c45005c568df692518da6e690390 diff --git a/trunk/fs/notify/dnotify/dnotify.c b/trunk/fs/notify/dnotify/dnotify.c index 12f9e6b1ffe2..5134e898f60d 100644 --- a/trunk/fs/notify/dnotify/dnotify.c +++ b/trunk/fs/notify/dnotify/dnotify.c @@ -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 */