git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4a4618
)
slub: Push irq disable into allocate_slab()
author
Christoph Lameter
<cl@linux.com>
Wed, 1 Jun 2011 17:25:44 +0000
(12:25 -0500)
committer
Pekka Enberg
<penberg@kernel.org>
Sat, 2 Jul 2011 10:26:52 +0000
(13:26 +0300)
Do the irq handling in allocate_slab() instead of __slab_alloc().
__slab_alloc() is already cluttered and allocate_slab() is already
fiddling around with gfp flags.
v6->v7:
Only increment ORDER_FALLBACK if we get a page during fallback
Signed-off-by: Christoph Lameter <cl@linux.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
No differences found