| commit | a002d148426f40bc2b7dc066982eb177cdebeaaa | [log] [tgz] |
|---|---|---|
| author | Huang Shijie <shijie8@gmail.com> | Sun Aug 08 14:39:07 2010 +0200 |
| committer | Tejun Heo <tj@kernel.org> | Fri Aug 27 11:36:08 2010 +0200 |
| tree | 2b499e19cd7431b077eefe53dbcde8dbe71d3097 | |
| parent | 94cb121c9483f1ec9b1ef0c249fbfc49c628fa6b [diff] |
percpu: fix a memory leak in pcpu_extend_area_map()
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