From: Jiri Slaby Date: Wed, 7 Jul 2010 13:02:25 +0000 (+0200) Subject: KVM: fix lock imbalance in kvm_create_pit() X-Git-Tag: v2.6.36-rc1~580^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=673813e81d8468e80b6dd0fa839923eb9748dc49;p=pandora-kernel.git KVM: fix lock imbalance in kvm_create_pit() Stanse found that there is an omitted unlock in kvm_create_pit in one fail path. Add proper unlock there. Signed-off-by: Jiri Slaby Cc: Avi Kivity Cc: Marcelo Tosatti Cc: Thomas Gleixner Cc: Ingo Molnar Cc: "H. Peter Anvin" Cc: x86@kernel.org Cc: Gleb Natapov Cc: "Michael S. Tsirkin" Cc: Gregory Haskins Cc: kvm@vger.kernel.org Signed-off-by: Avi Kivity --- Reading git-diff-tree failed