kernel-aes67/drivers/pci
Tejun Heo 7b595756ec sysfs: kill unnecessary attribute->owner
sysfs is now completely out of driver/module lifetime game.  After
deletion, a sysfs node doesn't access anything outside sysfs proper,
so there's no reason to hold onto the attribute owners.  Note that
often the wrong modules were accounted for as owners leading to
accessing removed modules.

This patch kills now unnecessary attribute->owner.  Note that with
this change, userland holding a sysfs node does not prevent the
backing module from being unloaded.

For more info regarding lifetime rule cleanup, please read the
following message.

  http://article.gmane.org/gmane.linux.kernel/510293

(tweaked by Greg to not delete the field just yet, to make it easier to
merge things properly.)

Signed-off-by: Tejun Heo <htejun@gmail.com>
Cc: Cornelia Huck <cornelia.huck@de.ibm.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2007-07-11 16:09:06 -07:00
..
hotplug sysfs: kill unnecessary attribute->owner 2007-07-11 16:09:06 -07:00
pcie
.gitignore
access.c
bus.c
hotplug.c
htirq.c
Kconfig
Makefile
msi.c msi: mask the msix vector before we unmap it 2007-06-01 08:18:27 -07:00
msi.h
pci-acpi.c
pci-driver.c
pci-sysfs.c sysfs: kill unnecessary attribute->owner 2007-07-11 16:09:06 -07:00
pci.c
pci.h
probe.c sysfs: kill unnecessary attribute->owner 2007-07-11 16:09:06 -07:00
proc.c
quirks.c PCI: quirk disable MSI on via vt3351 2007-05-31 16:56:37 -07:00
remove.c
rom.c
search.c PCI: Fix pci_find_present 2007-05-31 16:56:37 -07:00
setup-bus.c
setup-irq.c
setup-res.c
syscall.c