linux/drivers/pci/hotplug
Theodore Ts'o 8e18e2941c [PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_private
The following patches reduce the size of the VFS inode structure by 28 bytes
on a UP x86.  (It would be more on an x86_64 system).  This is a 10% reduction
in the inode size on a UP kernel that is configured in a production mode
(i.e., with no spinlock or other debugging functions enabled; if you want to
save memory taken up by in-core inodes, the first thing you should do is
disable the debugging options; they are responsible for a huge amount of bloat
in the VFS inode structure).

This patch:

The filesystem or device-specific pointer in the inode is inside a union,
which is pretty pointless given that all 30+ users of this field have been
using the void pointer.  Get rid of the union and rename it to i_private, with
a comment to explain who is allowed to use the void pointer.  This is just a
cleanup, but it allows us to reuse the union 'u' for something something where
the union will actually be used.

[judith@osdl.org: powerpc build fix]
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Signed-off-by: Judith Lebzelter <judith@osdl.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-09-27 08:26:17 -07:00
..
Kconfig Merge trivial low-risk suspend hotkey bugzilla-5918 into release 2006-08-20 21:49:29 -04:00
Makefile ACPIPHP: use ACPI dock driver 2006-06-28 03:08:06 -04:00
acpi_pcihp.c
acpiphp.h acpiphp: add support for ioapic hot-remove 2006-09-26 17:43:54 -07:00
acpiphp_core.c PCI Hotplug: add acpiphp to MAINTAINERS 2006-08-03 13:20:06 -07:00
acpiphp_glue.c acpiphp: add support for ioapic hot-remove 2006-09-26 17:43:54 -07:00
acpiphp_ibm.c sysfs_remove_bin_file: no return value, dump_stack on error 2006-09-25 21:08:39 -07:00
cpci_hotplug.h
cpci_hotplug_core.c [PATCH] irq-flags: pci: Use the new IRQF_ constants 2006-07-02 13:58:52 -07:00
cpci_hotplug_pci.c [PATCH] CPCI hotplug: fix resource assignment 2006-08-26 13:05:52 -07:00
cpcihp_generic.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
cpcihp_zt5550.c [PATCH] irq-flags: pci: Use the new IRQF_ constants 2006-07-02 13:58:52 -07:00
cpcihp_zt5550.h
cpqphp.h
cpqphp_core.c [PATCH] irq-flags: pci: Use the new IRQF_ constants 2006-07-02 13:58:52 -07:00
cpqphp_ctrl.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
cpqphp_nvram.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
cpqphp_nvram.h
cpqphp_pci.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
cpqphp_sysfs.c [PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_private 2006-09-27 08:26:17 -07:00
fakephp.c PCI: fix __must_check warnings 2006-09-26 17:43:53 -07:00
ibmphp.h
ibmphp_core.c [PATCH] PCI Hotplug: fake NULL pointer dereferences in IBM Hot Plug Controller Driver 2006-06-19 14:13:24 -07:00
ibmphp_ebda.c
ibmphp_hpc.c
ibmphp_pci.c
ibmphp_res.c
pci_hotplug.h PCI Hotplug: fix __must_check warnings 2006-09-26 17:43:53 -07:00
pci_hotplug_core.c PCI Hotplug: fix __must_check warnings 2006-09-26 17:43:53 -07:00
pciehp.h pciehp: make pciehp build for powerpc 2006-08-11 14:06:05 -07:00
pciehp_core.c
pciehp_ctrl.c pciehp - fix wrong return value 2006-09-26 17:43:54 -07:00
pciehp_hpc.c pciehp: make pciehp build for powerpc 2006-08-11 14:06:05 -07:00
pciehp_pci.c
pcihp_skeleton.c PCI Hotplug: cleanup pcihp skeleton code. 2006-09-26 17:43:53 -07:00
rpadlpar.h
rpadlpar_core.c
rpadlpar_sysfs.c
rpaphp.h
rpaphp_core.c [POWERPC] pseries: Constify & voidify get_property() 2006-07-31 15:55:04 +10:00
rpaphp_pci.c
rpaphp_slot.c
sgi_hotplug.c
shpchp.h SHPCHP: fix __must_check warnings 2006-09-26 17:43:53 -07:00
shpchp_core.c SHPCHP: fix __must_check warnings 2006-09-26 17:43:53 -07:00
shpchp_ctrl.c [PATCH] shpchp: Cleanup improper info messages 2006-06-19 14:13:24 -07:00
shpchp_hpc.c [PATCH] irq-flags: pci: Use the new IRQF_ constants 2006-07-02 13:58:52 -07:00
shpchp_pci.c
shpchp_sysfs.c SHPCHP: fix __must_check warnings 2006-09-26 17:43:53 -07:00