From: Chris Wilson Date: Mon, 27 Sep 2010 20:28:30 +0000 (+0100) Subject: drm: Prune GEM vma entries X-Git-Tag: v2.6.36-rc7~23^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31dfbc93923c0aaa0440b809f80ff2830c6a531a;p=pandora-kernel.git drm: Prune GEM vma entries Hook the GEM vm open/close ops into the generic drm vm open/close so that the private vma entries are created and destroy appropriately. Fixes the leak of the drm_vma_entries during the lifetime of the filp. Reported-by: Matt Mackall Cc: Jesse Barnes Signed-off-by: Chris Wilson Acked-by: Jesse Barnes Cc: stable@kernel.org Signed-off-by: Dave Airlie --- Reading git-diff-tree failed