git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ac697b
)
dnotify: do not bother to lock entry->lock when reading mask
author
Eric Paris
<eparis@redhat.com>
Thu, 11 Jun 2009 15:09:47 +0000
(11:09 -0400)
committer
Eric Paris
<eparis@redhat.com>
Thu, 11 Jun 2009 18:57:54 +0000
(14:57 -0400)
entry->lock is needed to make sure entry->mask does not change while
manipulating it. In dnotify_should_send_event() we don't care if we get an
old or a new mask value out of this entry so there is no point it taking
the lock.
Signed-off-by: Eric Paris <eparis@redhat.com>
No differences found