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:
03e404a
)
slub: Not necessary to check for empty slab on load_freelist
author
Christoph Lameter
<cl@linux.com>
Wed, 1 Jun 2011 17:25:59 +0000
(12:25 -0500)
committer
Pekka Enberg
<penberg@kernel.org>
Sat, 2 Jul 2011 10:26:57 +0000
(13:26 +0300)
load_freelist is now only branched to only if there are objects available.
So no need to check the object variable for NULL.
Signed-off-by: Pekka Enberg <penberg@kernel.org>
No differences found