From f872b13cbc696a995fe8cd76fea0d40707601e78 Mon Sep 17 00:00:00 2001 From: Eric Paris Date: Thu, 17 Dec 2009 20:12:06 -0500 Subject: [PATCH] --- yaml --- r: 207616 b: refs/heads/master c: f0553af054d31f48a75fddd3ef8beb5c39715019 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/notify/group.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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);