commit | 2513190a926f093dbdc301c68e6ade0bcf293f9a | [log] [tgz] |
---|---|---|
author | Jan Kara <jack@suse.cz> | Fri Feb 21 19:02:34 2014 +0100 |
committer | Jan Kara <jack@suse.cz> | Tue Feb 25 11:17:52 2014 +0100 |
tree | 9840dafc6bfd9319537272abf04feb09b430e127 | |
parent | 0dc83bd30b0bf5410c0933cfbbf8853248eff0a9 [diff] |
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 <jack@suse.cz>