Revert "workqueue: allow work_on_cpu() to be called recursively"
authorBjorn Helgaas <bhelgaas@google.com>
Mon, 18 Nov 2013 18:00:29 +0000 (11:00 -0700)
committerBjorn Helgaas <bhelgaas@google.com>
Mon, 25 Nov 2013 21:37:22 +0000 (14:37 -0700)
commit12997d1a999cd1b22e21a238c96780f2a55e4e13
tree70470549b47f1a0d90861609c6ce8ca2d95e286e
parent12c3156f10c5d8c5f1fb3f0bbdb8c1ddb1d1f65c
Revert "workqueue: allow work_on_cpu() to be called recursively"

This reverts commit c2fda509667b0fda4372a237f5a59ea4570b1627.

c2fda509667b removed lockdep annotation from work_on_cpu() to work around
the PCI path that calls work_on_cpu() from within a work_on_cpu() work item
(PF driver .probe() method -> pci_enable_sriov() -> add VFs -> VF driver
.probe method).

961da7fb6b22 ("PCI: Avoid unnecessary CPU switch when calling driver
.probe() method) avoids that recursive work_on_cpu() use in a different
way, so this revert restores the work_on_cpu() lockdep annotation.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Tejun Heo <tj@kernel.org>
kernel/workqueue.c