commit | 3c4619114cb6760d2c97fd562ea96d2c8786b56a | [log] [tgz] |
---|---|---|
author | Moshe Lazer <moshel@mellanox.com> | Wed Sep 11 16:35:23 2013 +0300 |
committer | Roland Dreier <roland@purestorage.com> | Thu Oct 10 09:23:55 2013 -0700 |
tree | 35b284517c269572ab2c7b7ab2317e6f777d0da3 | |
parent | b125a54bfd7734a44253d2f2909a3c609768c1ec [diff] |
IB/mlx5: Flush cache workqueue before destroying it Destroying the workqueue without flushing it first can lead to a case in which the kernel tries to push a delayed work to the workqueue which does not exist anymore. Signed-off-by: Moshe Lazer <moshel@mellanox.com> Signed-off-by: Eli Cohen <eli@mellanox.com> Signed-off-by: Roland Dreier <roland@purestorage.com>