X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=fs%2Finotify_user.c;h=017cb0f134d6aa600f5c37296b6c786bacb6cf7c;hb=ea6f94dfe9db4d19a39e774cfafa5c9428a9fdbc;hp=f2386442adeeeafad47132049aea39284fc07d98;hpb=454e2398be9b9fa30433fccc548db34d19aa9958;p=linux-2.6-omap-h63xx.git diff --git a/fs/inotify_user.c b/fs/inotify_user.c index f2386442ade..017cb0f134d 100644 --- a/fs/inotify_user.c +++ b/fs/inotify_user.c @@ -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;