From: Daniel Vetter Date: Thu, 8 Aug 2013 13:41:33 +0000 (+0200) Subject: drm: fix locking in gem debugfs/procfs file X-Git-Tag: v3.12-rc1~136^2~74 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90254ac084a6465e46cdada933bf3a7e9ee90277;p=pandora-kernel.git drm: fix locking in gem debugfs/procfs file The idr is protected with our spinlock, if we don't hold that nothing prevents the gem objects from disappearing from under us. Signed-off-by: Daniel Vetter Signed-off-by: Dave Airlie --- Reading git-diff-tree failed