summaryrefslogtreecommitdiff
path: root/net/l2tp
diff options
context:
space:
mode:
authorBhaktipriya Shridhar <bhaktipriya96@gmail.com>2016-07-26 22:38:24 +0530
committerDavid S. Miller <davem@davemloft.net>2016-07-26 15:18:56 -0700
commit0a91605cda883f7a25b1e7fa8cdc3f633ae8f8e0 (patch)
tree636abbd76d500b8b9f861843b41547356a45cbb7 /net/l2tp
parent90b5ca1766ae7806a711d66df056af1290faa2c0 (diff)
net/mlx5_core/health: Remove deprecated create_singlethread_workqueue
The workqueue health->wq was used as per device private health thread. This was done to perform delayed work. The workqueue has a single workitem(&health->work) and hence doesn't require ordering. It is involved in handling the health of the device and is not being used on a memory reclaim path. Hence, the singlethreaded workqueue has been replaced with the use of system_wq. Work item has been flushed in mlx5_health_cleanup() to ensure that there are no pending tasks while disconnecting the driver. Signed-off-by: Bhaktipriya Shridhar <bhaktipriya96@gmail.com> Acked-by: Leon Romanovsky <leonro@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/l2tp')
0 files changed, 0 insertions, 0 deletions