From: Shaohua Li Date: Wed, 8 Apr 2009 02:58:23 +0000 (+0800) Subject: drm/i915: fix scheduling while holding the new active list spinlock X-Git-Tag: v2.6.30-rc2~1^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68c84342171034120c8a1f6dfb8ef51b14250f11;p=pandora-kernel.git drm/i915: fix scheduling while holding the new active list spinlock regression caused by commit 5e118f4139feafe97e913df67b1f7c1e5083e535: i915_gem_object_move_to_inactive() should be called in task context, as it calls fput(); Signed-off-by: Shaohua Li [anholt: Add more detail to the comment about the lock break that's added] Signed-off-by: Eric Anholt --- Reading git-diff-tree failed