Zach Brown feaf17c3a5 scoutfs: add conn destroy workq
Lockdep gets angry when we try to destroy an accepted conn workqueue
from within work in a listening conn's workqueue.  It doesn't recognize
that they have a hierarchical relationship that maintains a consistent
order and we can't get at the workqueue lockdep_map to set subclasses.
We add a destroy workqueue which will have its own class.

Signed-off-by: Zach Brown <zab@versity.com>
2019-08-20 15:52:13 -07:00
2019-08-20 15:52:13 -07:00
Description
No description provided
6.2 MiB
Languages
C 86.4%
Shell 10%
Roff 2.5%
TeX 0.8%
Makefile 0.3%