From: Jan Kara Date: Fri, 21 Feb 2014 18:02:34 +0000 (+0100) Subject: fsnotify: Fix detection whether overflow event is queued X-Git-Tag: v3.14-rc5~19^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2513190a926f093dbdc301c68e6ade0bcf293f9a;p=pandora-kernel.git fsnotify: Fix detection whether overflow event is queued 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 --- Reading git-diff-tree failed