X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=fs%2Fnotify%2Fgroup.c;h=ee674fe2cec7f3f7b99ad09363b6a425ff4d6dbd;hb=7053aee26a3548ebaba046ae2e52396ccf56ac6c;hp=bd2625bd88b47a7b2961ec0d43b77f5675a80ad6;hpb=e9fe69045bd648d75d8d8099b8658a4ee005a8e5;p=~andy%2Flinux diff --git a/fs/notify/group.c b/fs/notify/group.c index bd2625bd88b..ee674fe2cec 100644 --- a/fs/notify/group.c +++ b/fs/notify/group.c @@ -99,6 +99,7 @@ struct fsnotify_group *fsnotify_alloc_group(const struct fsnotify_ops *ops) INIT_LIST_HEAD(&group->marks_list); group->ops = ops; + fsnotify_init_event(&group->overflow_event, NULL, FS_Q_OVERFLOW); return group; }