]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - drivers/infiniband/hw/mlx5/odp.c
IB/mlx5/odp: Remove deprecated create_singlethread_workqueue
[mirror_ubuntu-zesty-kernel.git] / drivers / infiniband / hw / mlx5 / odp.c
index 34e79e709c67ba2757f004fb4d9974e34d393541..cacb631a7b0a9890ad9e9a7a0fffd522cdcf1734 100644 (file)
@@ -782,8 +782,8 @@ void mlx5_ib_odp_remove_one(struct mlx5_ib_dev *ibdev)
 
 int __init mlx5_ib_odp_init(void)
 {
-       mlx5_ib_page_fault_wq =
-               create_singlethread_workqueue("mlx5_ib_page_faults");
+       mlx5_ib_page_fault_wq = alloc_ordered_workqueue("mlx5_ib_page_faults",
+                                                       WQ_MEM_RECLAIM);
        if (!mlx5_ib_page_fault_wq)
                return -ENOMEM;