aboutsummaryrefslogtreecommitdiffstats
path: root/lib/xarray.c
diff options
context:
space:
mode:
authorNiklas Schnelle <[email protected]>2021-09-20 07:47:29 +0000
committerVasily Gorbik <[email protected]>2022-03-27 20:18:40 +0000
commit7dcfe50f58d28e0e2ba79e9e4333888bcf9442a4 (patch)
tree34423420668542f6e45ec87b7d56b933a7d3d91a /lib/xarray.c
parents390/pci: improve zpci_dev reference counting (diff)
downloadkernel-7dcfe50f58d28e0e2ba79e9e4333888bcf9442a4.tar.gz
kernel-7dcfe50f58d28e0e2ba79e9e4333888bcf9442a4.zip
s390/pci: rename get_zdev_by_bus() to zdev_from_bus()
Getting a zpci_dev via get_zdev_by_bus() uses the long lived reference held in zbus->function[devfn]. This is accounted for in pcibios_add_device() and pcibios_release_device(). Therefore there is no need to increment the reference count in get_zdev_by_bus() as is done for get_zdev_by_fid(). Instead callers must not access the device after pcibios_release_device() was called which is necessary for common PCI code anyway. With this though the very similar naming may be misleading so rename get_zdev_by_bus() to zdev_from_bus() emphasizing that we are directly referencing the zdev via the bus. Reviewed-by: Matthew Rosato <[email protected]> Signed-off-by: Niklas Schnelle <[email protected]> Signed-off-by: Vasily Gorbik <[email protected]>
Diffstat (limited to 'lib/xarray.c')
0 files changed, 0 insertions, 0 deletions