aboutsummaryrefslogtreecommitdiffstats
path: root/fs/notify/dnotify/dnotify.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/notify/dnotify/dnotify.c')
-rw-r--r--fs/notify/dnotify/dnotify.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/notify/dnotify/dnotify.c b/fs/notify/dnotify/dnotify.c
index 12f9e6b1ffe2..5134e898f60d 100644
--- a/fs/notify/dnotify/dnotify.c
+++ b/fs/notify/dnotify/dnotify.c
@@ -154,7 +154,7 @@ static bool dnotify_should_send_event(struct fsnotify_group *group,
154 return false; 154 return false;
155 155
156 spin_lock(&entry->lock); 156 spin_lock(&entry->lock);
157 send = (mask & entry->mask) ? true : false; 157 send = (mask & entry->mask);
158 spin_unlock(&entry->lock); 158 spin_unlock(&entry->lock);
159 fsnotify_put_mark(entry); /* matches fsnotify_find_mark_entry */ 159 fsnotify_put_mark(entry); /* matches fsnotify_find_mark_entry */
160 160