drm/ttm: Fix TTM object open regression
authorThomas Hellstrom <thellstrom@vmware.com>
Fri, 24 Jan 2014 07:49:45 +0000 (08:49 +0100)
committerThomas Hellstrom <thellstrom@vmware.com>
Wed, 5 Feb 2014 08:29:25 +0000 (09:29 +0100)
Commit drm/ttm: ttm object security fixes for render nodes introduced a
regression where, if a TTM object was opened multiple times from the same
open file, the caller would spin uninterruptibly in the kernel.

Fix this.

Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
Reviewed-by: Jakob Bornecrantz <jakob@vmware.com>

No differences found