Skip to content
Commit 916082b0 authored by Linus Torvalds's avatar Linus Torvalds
Browse files

workqueue: avoid using deprecated functions



The network merge brought in a few users of functions that got
deprecated by the workqueue cleanups: the 'system_nrt_wq' is now the
same as the regular system_wq, since all workqueues are now non-
reentrant.

Similarly, remove one use of flush_work_sync() - the regular
flush_work() has become synchronous, and the "_sync()" version is thus
deprecated as being superfluous.

Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent aecdc33e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment