]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] PCI: Move pci_dev_put outside a spinlock
authorAlan Stern <stern@rowland.harvard.edu>
Thu, 23 Feb 2006 22:12:51 +0000 (17:12 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 23 Mar 2006 22:35:14 +0000 (14:35 -0800)
commit6197f00a883ba5829150980a00a850935da03998
treedb1212d7f74c7d1e98614fb593bcfb8801f5e8b0
parent96eab37a52e30c87a67b33c1344cee857b73de13
[PATCH] PCI: Move pci_dev_put outside a spinlock

This patch (as659) fixes a might_sleep problem in the PCI core, by moving
a call to pci_dev_put() outside the scope of a spinlock.

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/pci/search.c