Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 207616
b: refs/heads/master
c: f0553af
h: refs/heads/master
v: v3
  • Loading branch information
Eric Paris committed Jul 28, 2010
1 parent 2cf5886 commit f872b13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 31ddd3268dcb6c1d70e9930a83be43bf86e4bf17
refs/heads/master: f0553af054d31f48a75fddd3ef8beb5c39715019
2 changes: 1 addition & 1 deletion trunk/fs/notify/group.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit f872b13

Please sign in to comment.