On Wed, Aug 03, 2016 at 08:04:28PM +0200, David Herrmann wrote:
Right now, the vma-manager requires all entries to provide a "struct file*" as identifier. This is confusing, since there is no inherent connection to "struct file" in the vma-manager at all, but it is exclusively used as tag.
Replace its usage with a simple "void *tag" and make sure callers can use arbitrary tags.
Signed-off-by: David Herrmann dh.herrmann@gmail.com
struct drm_vma_offset_file {
Now a misnomer.
Lgtm, Reviewed-by: Chris Wilson chris@chris-wilson.co.uk -Chris