linux/net/dccp
Arjan van de Ven 9a32144e9d [PATCH] mark struct file_operations const 7
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:46 -08:00
..
ccids [NET] DCCP: Fix whitespace errors. 2007-02-10 23:19:27 -08:00
Kconfig [DCCP]: enable debug messages also for static builds 2006-12-02 21:24:35 -08:00
Makefile [DCCPv6]: Resolve conditional build problem 2006-12-02 21:22:28 -08:00
ackvec.c [DCCP]: Whitespace cleanups 2006-12-11 14:35:00 -08:00
ackvec.h [DCCP] ackvec: infrastructure for sending more than one ackvec per packet 2006-12-02 21:30:32 -08:00
ccid.c [PATCH] slab: remove kmem_cache_t 2006-12-07 08:39:25 -08:00
ccid.h [DCCP] ccid: Deprecate ccid_hc_tx_insert_options 2006-12-11 14:34:49 -08:00
dccp.h [NET] DCCP: Fix whitespace errors. 2007-02-10 23:19:27 -08:00
diag.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
feat.c [NET] DCCP: Fix whitespace errors. 2007-02-10 23:19:27 -08:00
feat.h [NET] DCCP: Fix whitespace errors. 2007-02-10 23:19:27 -08:00
input.c [NET] DCCP: Fix whitespace errors. 2007-02-10 23:19:27 -08:00
ipv4.c [NET] DCCP: Fix whitespace errors. 2007-02-10 23:19:27 -08:00
ipv6.c [NET] DCCP: Fix whitespace errors. 2007-02-10 23:19:27 -08:00
ipv6.h Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
minisocks.c [DCCP]: Whitespace cleanups 2006-12-11 14:35:00 -08:00
options.c [NET] DCCP: Fix whitespace errors. 2007-02-10 23:19:27 -08:00
output.c [NET] DCCP: Fix whitespace errors. 2007-02-10 23:19:27 -08:00
probe.c [PATCH] mark struct file_operations const 7 2007-02-12 09:48:46 -08:00
proto.c [NET] DCCP: Fix whitespace errors. 2007-02-10 23:19:27 -08:00
sysctl.c [DCCP]: Remove allocation of sysctl numbers 2006-12-02 21:30:56 -08:00
timer.c [NET] DCCP: Fix whitespace errors. 2007-02-10 23:19:27 -08:00