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:
d631cb6
)
fanotify: reorder event on child checking for ease of readability
author
Eric Paris
<eparis@redhat.com>
Tue, 9 Nov 2010 16:48:30 +0000
(11:48 -0500)
committer
Eric Paris
<eparis@redhat.com>
Wed, 15 Dec 2010 18:58:44 +0000
(13:58 -0500)
The check to return false if a parent did not request to receive events
about it's children happens in the middle of a big if statement which is
easier to read if we just do the check later. So move it.
Signed-off-by: Eric Paris <eparis@redhat.com>
fs/notify/fanotify/fanotify.c
patch
|
blob
|
history
diff --cc
fs/notify/fanotify/fanotify.c
Simple merge