Re: [Intel-gfx] [PATCH 14/22] drm/i915: Rename fence.lru_list to link

2016-08-16 Thread Joonas Lahtinen
On ti, 2016-08-16 at 11:42 +0100, Chris Wilson wrote: > Our current practice is to only name the actual list (here > dev_priv->fence_list) using "list", and elements upon that list are > referred to as "link". Further, the lru nature is of the list and not of > the node and including in the name do

[Intel-gfx] [PATCH 14/22] drm/i915: Rename fence.lru_list to link

2016-08-16 Thread Chris Wilson
Our current practice is to only name the actual list (here dev_priv->fence_list) using "list", and elements upon that list are referred to as "link". Further, the lru nature is of the list and not of the node and including in the name does not disambiguate the link from anything else. Signed-off-b