diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2019-08-17 15:47:34 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2019-08-17 18:03:00 +0100 |
commit | f86a802bf3a7c28e4c4ea032fa2e61398dbccd5d (patch) | |
tree | 9461feb021ab3950edcb90efe4c2936f09c67bf0 /net/ife | |
parent | 4fe3997a68f3300c73adc196ff33a952febe6974 (diff) | |
download | linux-f86a802bf3a7c28e4c4ea032fa2e61398dbccd5d.tar.gz linux-f86a802bf3a7c28e4c4ea032fa2e61398dbccd5d.tar.bz2 linux-f86a802bf3a7c28e4c4ea032fa2e61398dbccd5d.zip |
dma-fence: Avoid list_del during fence->cb_list iteration
Before we notify the fence signal callback, we remove the cb from the
list. However, since we are processing the entire list from underneath
the spinlock, we do not need to individual delete each element, but can
simply reset the link and the entire list.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
Cc: Christian König <christian.koenig@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190817144736.7826-4-chris@chris-wilson.co.uk
Diffstat (limited to 'net/ife')
0 files changed, 0 insertions, 0 deletions