diff options
| author | Yinghai Lu <yinghai@kernel.org> | 2011-05-12 17:11:40 -0700 | 
|---|---|---|
| committer | Jesse Barnes <jbarnes@virtuousgeek.org> | 2011-05-21 12:17:13 -0700 | 
| commit | dc2c2c9dd513dec6c17df04e8abff795e20a5271 (patch) | |
| tree | 096e73fc6775edbe389c687df08f96bd85788d02 /drivers/pci/remove.c | |
| parent | b9d320fcb6259baffaeaf93a5fce252cd09333d6 (diff) | |
| download | olio-linux-3.10-dc2c2c9dd513dec6c17df04e8abff795e20a5271.tar.xz olio-linux-3.10-dc2c2c9dd513dec6c17df04e8abff795e20a5271.zip  | |
PCI/sysfs: move bus cpuaffinity to class dev_attrs
Requested by Greg KH to fix a race condition in the creating of PCI bus
cpuaffinity files.
Acked-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Yinghai Lu <yinghai@kernel.org>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Diffstat (limited to 'drivers/pci/remove.c')
| -rw-r--r-- | drivers/pci/remove.c | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/pci/remove.c b/drivers/pci/remove.c index 176615e7231..7f87beed35a 100644 --- a/drivers/pci/remove.c +++ b/drivers/pci/remove.c @@ -73,8 +73,6 @@ void pci_remove_bus(struct pci_bus *pci_bus)  		return;  	pci_remove_legacy_files(pci_bus); -	device_remove_file(&pci_bus->dev, &dev_attr_cpuaffinity); -	device_remove_file(&pci_bus->dev, &dev_attr_cpulistaffinity);  	device_unregister(&pci_bus->dev);  }  EXPORT_SYMBOL(pci_remove_bus);  |