Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1203834
| From | Mike Galbraith <umgwanakikbuti@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH RT 2/7] mm/slub: move slab initialization into irq enabled region |
| Date | 2015-08-10 08:40 +0200 |
| Message-ID | <pVOUy-6bs-15@gated-at.bofh.it> (permalink) |
| References | <pTVx8-2QG-5@gated-at.bofh.it> <pTVGO-328-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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 majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH RT 0/7] Linux 3.18.18-rt16-rc1 Steven Rostedt <rostedt@goodmis.org> - 2015-08-05 03:20 +0200
[PATCH RT 7/7] Linux 3.18.18-rt16-rc1 Steven Rostedt <rostedt@goodmis.org> - 2015-08-05 03:20 +0200
[PATCH RT 3/7] sched: Implement lockless wake-queues Steven Rostedt <rostedt@goodmis.org> - 2015-08-05 03:20 +0200
[PATCH RT 4/7] futex: Implement lockless wakeups Steven Rostedt <rostedt@goodmis.org> - 2015-08-05 03:30 +0200
[PATCH RT 1/7] Revert "slub: delay ctor until the object is requested" Steven Rostedt <rostedt@goodmis.org> - 2015-08-05 03:30 +0200
[PATCH RT 5/7] ipc/mqueue: Implement lockless pipelined wakeups Steven Rostedt <rostedt@goodmis.org> - 2015-08-05 03:30 +0200
[PATCH RT 2/7] mm/slub: move slab initialization into irq enabled region Steven Rostedt <rostedt@goodmis.org> - 2015-08-05 03:30 +0200
Re: [PATCH RT 2/7] mm/slub: move slab initialization into irq enabled region Mike Galbraith <umgwanakikbuti@gmail.com> - 2015-08-10 08:40 +0200
Re: [PATCH RT 0/7] Linux 3.18.18-rt16-rc1 "Wolfgang M. Reimer" <linuxball@gmail.com> - 2015-08-07 10:50 +0200
Re: [PATCH RT 0/7] Linux 3.18.18-rt16-rc1 Steven Rostedt <rostedt@goodmis.org> - 2015-08-07 15:50 +0200
csiph-web