]> git.karo-electronics.de Git - karo-tx-linux.git/commit
kvm tools: fix function name
authorLai Jiangshan <laijs@cn.fujitsu.com>
Mon, 12 Dec 2011 07:15:46 +0000 (15:15 +0800)
committerPekka Enberg <penberg@kernel.org>
Mon, 12 Dec 2011 21:35:35 +0000 (23:35 +0200)
commit0f2a02d75d0f37f1624585c50c3250b6d096f050
tree9a14d9cc8bffaa09a5067605b3a901bee6797ac0
parent1625b7c680fe5132657eeb5ddb9fb704ad74d6bb
kvm tools: fix function name

In here, xxx_locked() should means "called with job_mutex locked",
the original funtion are opposite, fix them.

Signed-off-by: Lai Jiangshan <laijs@cn.fujitsu.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
tools/kvm/threadpool.c