android_kernel_samsung_msm8976/drivers/infiniband/hw/ipath
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
..
ipath_common.h IB/ipath: add new minor device to allow sending of diag packets 2006-09-22 15:22:34 -07:00
ipath_cq.c IB/ipath: do not allow use of CQ entries with invalid counts 2006-09-22 15:22:34 -07:00
ipath_debug.h IB/ipath: remove stale references to userspace SMA 2006-09-22 15:22:32 -07:00
ipath_diag.c [PATCH] missing includes from infiniband merge 2006-09-23 11:34:43 -07:00
ipath_driver.c IB: Whitespace fixes 2006-09-22 15:22:46 -07:00
ipath_eeprom.c
ipath_file_ops.c IB/ipath: fix return value from ipath_poll 2006-09-22 15:22:39 -07:00
ipath_fs.c [PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_private 2006-09-27 08:26:17 -07:00
ipath_iba6110.c MSI: Rename PCI_CAP_ID_HT_IRQCONF into PCI_CAP_ID_HT 2006-09-26 17:43:52 -07:00
ipath_iba6120.c IB/ipath: control receive polarity inversion 2006-09-22 15:22:40 -07:00
ipath_init_chip.c IB/ipath: remove stale references to userspace SMA 2006-09-22 15:22:32 -07:00
ipath_intr.c IB/ipath: remove stale references to userspace SMA 2006-09-22 15:22:32 -07:00
ipath_kernel.h IB/ipath: control receive polarity inversion 2006-09-22 15:22:40 -07:00
ipath_keys.c IB/ipath: simplify debugging code after ipath_core and ib_ipath merger 2006-09-22 15:22:31 -07:00
ipath_layer.c IB/ipath: remove stale references to userspace SMA 2006-09-22 15:22:32 -07:00
ipath_layer.h IB/ipath: remove stale references to userspace SMA 2006-09-22 15:22:32 -07:00
ipath_mad.c IB/ipath: simplify layering code 2006-09-22 15:22:31 -07:00
ipath_mmap.c IB/ipath: Performance improvements via mmap of queues 2006-09-22 15:22:26 -07:00
ipath_mr.c IB/ipath: simplify layering code 2006-09-22 15:22:31 -07:00
ipath_qp.c IB/ipath: handle sq_sig_all field correctly 2006-09-22 15:22:38 -07:00
ipath_rc.c IB/ipath: simplify layering code 2006-09-22 15:22:31 -07:00
ipath_registers.h IB/ipath: control receive polarity inversion 2006-09-22 15:22:40 -07:00
ipath_ruc.c IB/ipath: simplify layering code 2006-09-22 15:22:31 -07:00
ipath_srq.c IB/ipath: Performance improvements via mmap of queues 2006-09-22 15:22:26 -07:00
ipath_stats.c IB/ipath: remove stale references to userspace SMA 2006-09-22 15:22:32 -07:00
ipath_sysfs.c IB/ipath: control receive polarity inversion 2006-09-22 15:22:40 -07:00
ipath_uc.c IB/ipath: simplify layering code 2006-09-22 15:22:31 -07:00
ipath_ud.c IB/ipath: simplify layering code 2006-09-22 15:22:31 -07:00
ipath_user_pages.c
ipath_verbs.c RDMA: iWARP Core Changes. 2006-09-22 15:22:47 -07:00
ipath_verbs.h IB/ipath: put a limit on the number of QPs that can be created 2006-09-22 15:22:38 -07:00
ipath_verbs_mcast.c IB/ipath: account for attached QPs correctly 2006-09-22 15:22:35 -07:00
ipath_wc_ppc64.c IB/ipath: More changes to support InfiniPath on PowerPC 970 systems 2006-09-22 15:22:26 -07:00
ipath_wc_x86_64.c
Kconfig IB/ipath: merge ipath_core and ib_ipath drivers 2006-09-22 15:22:30 -07:00
Makefile IB/ipath: support new QLogic product naming scheme 2006-09-22 15:22:35 -07:00