[PATCH 15/18] drm/radeon: Don't take dev->struct_mutex in bo_force_delete

2015-08-10 Thread Thierry Reding
On Thu, Jul 09, 2015 at 11:32:47PM +0200, Daniel Vetter wrote: > It really doesn't protect anything which doesn't have other locks > already. Also this is run from driver unload code so not much need for > locks anyway. > > Cc: Alex Deucher > Cc: "Christian König" > Signed-off-by: Daniel

[PATCH 15/18] drm/radeon: Don't take dev->struct_mutex in bo_force_delete

2015-07-10 Thread Daniel Vetter
It really doesn't protect anything which doesn't have other locks already. Also this is run from driver unload code so not much need for locks anyway. Cc: Alex Deucher Cc: "Christian König" Signed-off-by: Daniel Vetter --- drivers/gpu/drm/radeon/radeon_object.c | 4 +--- 1 file changed, 1