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:
94cb121
)
percpu: fix a memory leak in pcpu_extend_area_map()
author
Huang Shijie
<shijie8@gmail.com>
Sun, 8 Aug 2010 12:39:07 +0000
(14:39 +0200)
committer
Tejun Heo
<tj@kernel.org>
Fri, 27 Aug 2010 09:36:08 +0000
(11:36 +0200)
The original code did not free the old map. This patch fixes it.
tj: use @old as memcpy source instead of @chunk->map, and indentation
and description update
Signed-off-by: Huang Shijie <shijie8@gmail.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: stable@kernel.org
No differences found