On Tue, 2015-08-04 at 21:18 -0400, Steven Rostedt wrote:
> @@ -1310,6 +1317,8 @@ static struct page *allocate_slab(struct
> kmem_cache *s, gfp_t flags, int node)
>         struct kmem_cache_order_objects oo = s->oo;
>         gfp_t alloc_gfp;
>         bool enableirqs;
> +       void *start, *p;
> +       int idx, order;
>  
>         flags &= gfp_allowed_mask;
>  

Nit: idx is unused.

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

Reply via email to