Re: [PATCH 1/4] pci: introduce __pci_walk_bus for caller with pci_bus_sem held

From: Govindarajulu Varadarajan
Date: Thu Sep 28 2017 - 19:53:22 EST


On Thu, 28 Sep 2017, Sinan Kaya wrote:

On 9/27/2017 5:42 PM, Govindarajulu Varadarajan wrote:
+void __pci_walk_bus(struct pci_bus *top, int (*cb)(struct pci_dev *, void *),
+ void *userdata);

pci_walk_bus_locked would be a better name as you are assuming that caller is
holding the lock.


Will change and resubmit for v2.