commit | 6954a9e4192b86d778fb52b525fd7b62d51b1147 | [log] [tgz] |
---|---|---|
author | Thomas Falcon <tlfalcon@linux.ibm.com> | Fri Jun 12 13:34:41 2020 -0500 |
committer | David S. Miller <davem@davemloft.net> | Fri Jun 12 14:11:02 2020 -0700 |
tree | 04e207acaa83877fb444ce03c97f031d81c9cc82 | |
parent | b65ce380b754e77fbfdcfc83fd6e29c8ceedf431 [diff] |
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>