[PATCH 3/3] fsnotify: Allocate overflow events with proper type

2014-02-24 Thread Jan Kara
Commit 7053aee26a35 "fsnotify: do not share events between notification groups" used overflow event statically allocated in a group with the size of the generic notification event. This causes problems because some code looks at type specific parts of event structure and gets confused by a random

[PATCH 3/3] fsnotify: Allocate overflow events with proper type

2014-02-24 Thread Jan Kara
Commit 7053aee26a35 fsnotify: do not share events between notification groups used overflow event statically allocated in a group with the size of the generic notification event. This causes problems because some code looks at type specific parts of event structure and gets confused by a random