Re: [PATCH -v3 5/8] fsnotify: unified filesystem notificationbackend

From: Peter Zijlstra
Date: Thu Nov 27 2008 - 11:22:06 EST


On Tue, 2008-11-25 at 12:21 -0500, Eric Paris wrote:

> +void fsnotify_kill_group(struct fsnotify_group *group)
> +{
> + /* clear the notification queue of all events */
> + fsnotify_clear_notif(group);
> +
> + kfree(group);
> +}

We're not sending any signals ;-) destroy or free perhaps?

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/