]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita26fa065a06066606a1ca770042c5790efc393c8
tree2ad9092093efcb8573f601d459681748ad46c490
parent23f08f88252fbe7c3d8d9a55023af782a8931f92
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