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:
8456a64
)
slab: remove useless statement for checking pfmemalloc
author
Joonsoo Kim
<iamjoonsoo.kim@lge.com>
Thu, 24 Oct 2013 01:07:50 +0000
(10:07 +0900)
committer
Pekka Enberg
<penberg@iki.fi>
Thu, 24 Oct 2013 17:17:34 +0000
(20:17 +0300)
Now, virt_to_page(page->s_mem) is same as the page,
because slab use this structure for management.
So remove useless statement.
Acked-by: Andi Kleen <ak@linux.intel.com>
Signed-off-by: Joonsoo Kim <iamjoonsoo.kim@lge.com>
Signed-off-by: Pekka Enberg <penberg@iki.fi>
No differences found