fs: dlm: use alloc_ordered_workqueue
authorAlexander Aring <aahringo@redhat.com>
Wed, 2 Jun 2021 13:45:17 +0000 (09:45 -0400)
committerDavid Teigland <teigland@redhat.com>
Wed, 2 Jun 2021 16:53:04 +0000 (11:53 -0500)
commit6c6a1cc666956cbb3ac6db79ed401ee027e6f950
tree2ad9092093efcb8573f601d459681748ad46c490
parent700ab1c363c7b54c9ea3222379b33fc00ab02f7b
fs: dlm: use alloc_ordered_workqueue

The proper way to allocate ordered workqueues is to use
alloc_ordered_workqueue() function. The current way implies an ordered
workqueue which is also required by dlm.

Signed-off-by: Alexander Aring <aahringo@redhat.com>
Signed-off-by: David Teigland <teigland@redhat.com>
fs/dlm/lowcomms.c