commit | 0bce35aac18b4f298271bb8969a474564fb115c3 | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Tue Jul 30 08:32:26 2013 -0400 |
committer | Tejun Heo <tj@kernel.org> | Tue Jul 30 08:32:26 2013 -0400 |
tree | 56de00cb91cc9e97ac55ede733ab1af6a0dc672a | |
parent | a6c95284b759bd7411f9235747416583abec6748 [diff] |
l2tp: WQ_NON_REENTRANT is meaningless and going away dbf2576e37 ("workqueue: make all workqueues non-reentrant") made WQ_NON_REENTRANT no-op and the flag is going away. Remove its usages. This patch doesn't introduce any behavior changes. Signed-off-by: Tejun Heo <tj@kernel.org> Cc: James Chapman <jchapman@katalix.com> Cc: Tom Parkin <tparkin@katalix.com>