commit | 6c6a1cc666956cbb3ac6db79ed401ee027e6f950 | [log] [tgz] |
---|---|---|
author | Alexander Aring <aahringo@redhat.com> | Wed Jun 02 09:45:17 2021 -0400 |
committer | David Teigland <teigland@redhat.com> | Wed Jun 02 11:53:04 2021 -0500 |
tree | 2ad9092093efcb8573f601d459681748ad46c490 | |
parent | 700ab1c363c7b54c9ea3222379b33fc00ab02f7b [diff] |
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>