]> git.baikalelectronics.ru Git - kernel.git/commit
ibmvnic: Flush existing work items before device removal
authorThomas Falcon <tlfalcon@linux.ibm.com>
Fri, 12 Jun 2020 18:34:41 +0000 (13:34 -0500)
committerDavid S. Miller <davem@davemloft.net>
Fri, 12 Jun 2020 21:11:02 +0000 (14:11 -0700)
commitf4390c7cccbfe28dae4ceb928fdcd6ecdf7e6e6a
tree04e207acaa83877fb444ce03c97f031d81c9cc82
parentaa95801e410fe07b70e392d8a4af5a33eabaa917
ibmvnic: Flush existing work items before device removal

Ensure that all scheduled work items have completed before continuing
with device removal and after further event scheduling has been
halted. This patch fixes a bug where a scheduled driver reset event
is processed following device removal.

Signed-off-by: Thomas Falcon <tlfalcon@linux.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/ibm/ibmvnic.c