From: Avi Kivity Date: Mon, 4 Oct 2010 10:55:49 +0000 (+0200) Subject: KVM: Disable interrupts around get_kernel_ns() X-Git-Tag: v2.6.37-rc1~142^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=395c6b0a9d56fe7fdb7aeda12795d0eb02475d24;p=pandora-kernel.git KVM: Disable interrupts around get_kernel_ns() get_kernel_ns() wants preemption disabled. It doesn't make a lot of sense during the get/set ioctls (no way to make them non-racy) but the callee wants it. Signed-off-by: Avi Kivity --- Reading git-diff-tree failed