diff --git a/[refs] b/[refs] index 89060cde6c39..8113be9a8cfa 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 31ddd3268dcb6c1d70e9930a83be43bf86e4bf17 +refs/heads/master: f0553af054d31f48a75fddd3ef8beb5c39715019 diff --git a/trunk/fs/notify/group.c b/trunk/fs/notify/group.c index 0e1677144bc5..777ca8212255 100644 --- a/trunk/fs/notify/group.c +++ b/trunk/fs/notify/group.c @@ -207,7 +207,7 @@ struct fsnotify_group *fsnotify_obtain_group(unsigned int group_num, __u32 mask, struct fsnotify_group *group, *tgroup; /* very low use, simpler locking if we just always alloc */ - group = kmalloc(sizeof(struct fsnotify_group), GFP_KERNEL); + group = kzalloc(sizeof(struct fsnotify_group), GFP_KERNEL); if (!group) return ERR_PTR(-ENOMEM);