commit | 1207637304990374231fe4e9aeb527904f4ec1e6 | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Tue Jul 30 08:30:16 2013 -0400 |
committer | Tejun Heo <tj@kernel.org> | Tue Jul 30 08:30:16 2013 -0400 |
tree | a855a753d1765e6dad52f819a7b540672bd716cc | |
parent | ad81f0545ef01ea651886dddac4bef6cec930092 [diff] |
workqueue: mark WQ_NON_REENTRANT deprecated dbf2576e37 ("workqueue: make all workqueues non-reentrant") made WQ_NON_REENTRANT no-op but the following patches didn't remove the flag or update the documentation. Let's mark the flag deprecated and update the documentation accordingly. Signed-off-by: Tejun Heo <tj@kernel.org>