From: David Vrabel Date: Fri, 9 Jan 2015 18:06:12 +0000 (+0000) Subject: xen/gntdev: convert priv->lock to a mutex X-Git-Tag: v3.2.72~105 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f96051e525023fcb88fe5df5858cbee0371c0b4a;p=pandora-kernel.git xen/gntdev: convert priv->lock to a mutex commit 1401c00e59ea021c575f74612fe2dbba36d6a4ee upstream. Unmapping may require sleeping and we unmap while holding priv->lock, so convert it to a mutex. Signed-off-by: David Vrabel Reviewed-by: Stefano Stabellini [bwh: Backported to 3.2: - Adjust context - Drop changes to functions we don't have] Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed