dect
/
linux-2.6
Archived
13
0
Fork 0

drm/vmwgfx: Free user-space fence objects correctly

They need to be freed after an rcu grace period.

Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
Thomas Hellstrom 2012-11-20 12:16:49 +00:00 committed by Dave Airlie
parent a82b8db02f
commit 35f62a5829
1 changed files with 1 additions and 1 deletions

View File

@ -537,7 +537,7 @@ static void vmw_user_fence_destroy(struct vmw_fence_obj *fence)
container_of(fence, struct vmw_user_fence, fence);
struct vmw_fence_manager *fman = fence->fman;
kfree(ufence);
ttm_base_object_kfree(ufence, base);
/*
* Free kernel space accounting.
*/