On Tue, 16 Jun 2015 14:51:09 -0700
Andrew Morton wrote:
> On Mon, 15 Jun 2015 17:52:26 +0200 Jesper Dangaard Brouer
> wrote:
>
> > The current kmem_cache/SLAB bulking API need to release all objects
> > in case the layer cannot satisfy the full request.
> >
> > If __kmem_cache_alloc_bulk() fa
On Mon, 15 Jun 2015 17:52:26 +0200 Jesper Dangaard Brouer
wrote:
> The current kmem_cache/SLAB bulking API need to release all objects
> in case the layer cannot satisfy the full request.
>
> If __kmem_cache_alloc_bulk() fails, all allocated objects in array
> should be freed, but, __kmem_cache
The current kmem_cache/SLAB bulking API need to release all objects
in case the layer cannot satisfy the full request.
If __kmem_cache_alloc_bulk() fails, all allocated objects in array
should be freed, but, __kmem_cache_alloc_bulk() can't know
about objects allocated by this slub specific kmem_ca