From: Chris Wilson Date: Tue, 7 Apr 2015 15:21:09 +0000 (+0100) Subject: drm/i915: Remove request->uniq X-Git-Tag: omap-for-v4.2/fixes-rc1^2~17^2~58^2~90 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7b9ca2f7a41cd36f5ca6c220df48ca9294ed37a;p=pandora-kernel.git drm/i915: Remove request->uniq We already assign a unique identifier to every request: seqno. That someone felt like adding a second one without even mentioning why and tweaking ABI smells very fishy. Fixes regression from commit b3a38998f042b862f5ba4d7f2268f3a8dfb4883a Author: Nick Hoath Date: Thu Feb 19 16:30:47 2015 +0000 drm/i915: Fix a use after free, and unbalanced refcounting v2: Rebase Signed-off-by: Chris Wilson Cc: Nick Hoath Cc: Thomas Daniel Cc: Daniel Vetter Cc: Jani Nikula [danvet: Fixup because different merge order.] Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed