Messages in this thread |  | | | Date | Mon, 23 Mar 2009 10:29:14 +0000 | | From | Al Viro <> | | Subject | Re: [PATCH 13/13] inotify: reimplement inotify using fsnotify |
| |
On Thu, Mar 19, 2009 at 02:06:04PM -0400, Eric Paris wrote:
> + holder = alloc_event_holder(); > + if (!holder) { > + spin_unlock(&event->lock);
Um. Your alloc_event_holder() is using GFP_KERNEL...
|  |