Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 32955
b: refs/heads/master
c: 5b6509a
h: refs/heads/master
i:
  32953: cbc5238
  32951: cf36784
v: v3
  • Loading branch information
Arjan van de Ven authored and Linus Torvalds committed Jul 31, 2006
1 parent 0349ddc commit de7e156
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: 70ea91f17f7454bc7a285817e883eace2597984f
refs/heads/master: 5b6509aa8c2f292caea7c0602ec361f920951508
2 changes: 1 addition & 1 deletion trunk/fs/inotify_user.c
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ static struct inotify_kernel_event * kernel_event(s32 wd, u32 mask, u32 cookie,
{
struct inotify_kernel_event *kevent;

kevent = kmem_cache_alloc(event_cachep, GFP_KERNEL);
kevent = kmem_cache_alloc(event_cachep, GFP_NOFS);
if (unlikely(!kevent))
return NULL;

Expand Down

0 comments on commit de7e156

Please sign in to comment.