Commit 6c6a1cc
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>1 parent 700ab1c commit 6c6a1cc
1 file changed
Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1816 | 1816 | | |
1817 | 1817 | | |
1818 | 1818 | | |
1819 | | - | |
1820 | | - | |
| 1819 | + | |
1821 | 1820 | | |
1822 | 1821 | | |
1823 | 1822 | | |
1824 | 1823 | | |
1825 | 1824 | | |
1826 | | - | |
1827 | | - | |
| 1825 | + | |
1828 | 1826 | | |
1829 | 1827 | | |
1830 | 1828 | | |
| |||
0 commit comments