From: Chris Wilson Date: Thu, 14 Oct 2010 14:03:58 +0000 (+0100) Subject: drm/i915: Rearrange acquisition of mutex during pwrite X-Git-Tag: v2.6.37-rc1~92^2~11^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fbd5a26d500c7cd8943cc5f37ccc7e49cf386053;p=pandora-kernel.git drm/i915: Rearrange acquisition of mutex during pwrite ... to avoid reacquiring it to drop the object reference count on exit. Note we have to make sure we now drop (and reacquire) the lock around acquiring the mm semaphore on the slow paths. Signed-off-by: Chris Wilson --- Reading git-diff-tree failed