diff options
author | Tejun Heo <tj@kernel.org> | 2009-10-29 16:34:12 +0300 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2009-10-29 16:34:12 +0300 |
commit | 3f04ba859597412afbfb31f2fcbe289f2461f9a1 (patch) | |
tree | 63ee0a7423f94a109e630de7aca06b32c075acd0 /include/linux/percpu.h | |
parent | dec54bf538326a1503dd780c9f2811f495af95c5 (diff) | |
download | linux-3f04ba859597412afbfb31f2fcbe289f2461f9a1.tar.xz |
vmalloc: fix use of non-existent percpu variable in put_cpu_var()
vmalloc used non-existent percpu variable vmap_cpu_blocks instead of
the intended vmap_block_queue. This went unnoticed because
put_cpu_var() didn't evaluate the parameter. Fix it.
Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: Nick Piggin <npiggin@suse.de>
Diffstat (limited to 'include/linux/percpu.h')
0 files changed, 0 insertions, 0 deletions