Re: [PATCH] intel: update global_name before HASH_ADD

2017-01-15 Thread Chris Wilson
On Fri, Jan 13, 2017 at 04:07:00PM -0800, Dongwon Kim wrote: > bo->global_name should be updated first before a hash value > for the entry is calculated with it by HASH_ADD macro. > > Signed-off-by: Dongwon Kim Thanks for the fix! Pushed, -Chris -- Chris Wilson, Intel Open Source Technology Ce

[PATCH] intel: update global_name before HASH_ADD

2017-01-15 Thread Dongwon Kim
bo->global_name should be updated first before a hash value for the entry is calculated with it by HASH_ADD macro. Signed-off-by: Dongwon Kim --- intel/intel_bufmgr_gem.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/intel/intel_bufmgr_gem.c b/intel/intel_bufmgr_gem.c