From: Dave Airlie Date: Mon, 19 Jan 2009 07:17:58 +0000 (+1000) Subject: drm: fix leak of device mappings since multi-master changes. X-Git-Tag: v2.6.29-rc3~32^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1ff85d97708550e634fb6fa099c463db90fc40d;p=pandora-kernel.git drm: fix leak of device mappings since multi-master changes. Device maps now contain a link to the master that created them, so when cleaning up the master, remove any maps that are connected to it. Also delete any remaining maps at driver unload time. Signed-off-by: Dave Airlie --- Reading git-diff-tree failed