Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]> Signed-off-by: David Teigland <[email protected]>
- Loading branch information