kernel-ark/drivers/infiniband/ulp/ipoib
Arjan van de Ven 2b8693c061 [PATCH] mark struct file_operations const 3
Many struct file_operations in the kernel can be "const".  Marking them const
moves these to the .rodata section, which avoids false sharing with potential
dirty data.  In addition it'll catch accidental writes at compile time to
these shared resources.

Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2007-02-12 09:48:45 -08:00
..
ipoib_fs.c [PATCH] mark struct file_operations const 3 2007-02-12 09:48:45 -08:00
ipoib_ib.c IPoIB: Use the new verbs DMA mapping functions 2006-12-12 14:30:48 -08:00
ipoib_main.c Network: convert network devices to use struct device instead of class_device 2007-02-07 10:37:11 -08:00
ipoib_multicast.c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 2006-12-05 14:37:56 +00:00
ipoib_verbs.c IPoIB: Handle client reregister events 2006-06-17 20:37:36 -07:00
ipoib_vlan.c Network: convert network devices to use struct device instead of class_device 2007-02-07 10:37:11 -08:00
ipoib.h IPoIB: Use the new verbs DMA mapping functions 2006-12-12 14:30:48 -08:00
Kconfig Still more typo fixes 2006-10-03 22:36:44 +02:00
Makefile [PATCH] IB: move include files to include/rdma 2005-08-26 20:37:38 -07:00