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:
0dc83bd
)
fsnotify: Fix detection whether overflow event is queued
author
Jan Kara
<jack@suse.cz>
Fri, 21 Feb 2014 18:02:34 +0000
(19:02 +0100)
committer
Jan Kara
<jack@suse.cz>
Tue, 25 Feb 2014 10:17:52 +0000
(11:17 +0100)
Currently we didn't initialize event's list head when we removed it from
the event list. Thus a detection whether overflow event is already
queued wasn't working. Fix it by always initializing the list head when
deleting event from a list.
Signed-off-by: Jan Kara <jack@suse.cz>
fs/notify/notification.c
patch
|
blob
|
history
diff --cc
fs/notify/notification.c
Simple merge