kernel-ark/net/ipv4/ipvs
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
..
ip_vs_app.c [PATCH] mark struct file_operations const 7 2007-02-12 09:48:46 -08:00
ip_vs_conn.c [PATCH] mark struct file_operations const 7 2007-02-12 09:48:46 -08:00
ip_vs_core.c [NET] IPV4: Fix whitespace errors. 2007-02-10 23:19:39 -08:00
ip_vs_ctl.c [PATCH] mark struct file_operations const 7 2007-02-12 09:48:46 -08:00
ip_vs_dh.c [IPVS]: ipvs annotations 2006-09-28 18:03:04 -07:00
ip_vs_est.c
ip_vs_ftp.c [NET] IPV4: Fix whitespace errors. 2007-02-10 23:19:39 -08:00
ip_vs_lblc.c [NET] IPV4: Fix whitespace errors. 2007-02-10 23:19:39 -08:00
ip_vs_lblcr.c [NET] IPV4: Fix whitespace errors. 2007-02-10 23:19:39 -08:00
ip_vs_lc.c
ip_vs_nq.c
ip_vs_proto_ah.c
ip_vs_proto_esp.c
ip_vs_proto_tcp.c [NET]: ipvs checksum annotations. 2006-12-02 21:23:41 -08:00
ip_vs_proto_udp.c [NET]: ipvs checksum annotations. 2006-12-02 21:23:41 -08:00
ip_vs_proto.c [IPVS]: Use kmemdup where appropriate 2006-12-02 21:30:16 -08:00
ip_vs_rr.c [NET] IPV4: Fix whitespace errors. 2007-02-10 23:19:39 -08:00
ip_vs_sched.c
ip_vs_sed.c
ip_vs_sh.c [IPVS]: ipvs annotations 2006-09-28 18:03:04 -07:00
ip_vs_sync.c [IPVS]: Make ip_vs_sync.c <= 80col wide. 2006-12-11 14:35:03 -08:00
ip_vs_wlc.c
ip_vs_wrr.c
ip_vs_xmit.c [IPVS]: ipvs annotations 2006-09-28 18:03:04 -07:00
Kconfig Still more typo fixes 2006-10-03 22:36:44 +02:00
Makefile