1
0
Fork 0
alistair23-linux/net/rose
Arjan van de Ven da7071d7e3 [PATCH] mark struct file_operations const 8
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
..
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
af_rose.c [PATCH] mark struct file_operations const 8 2007-02-12 09:48:46 -08:00
rose_dev.c [AX.25]: Fix unchecked rose_add_loopback_node uses 2006-12-17 21:59:13 -08:00
rose_in.c [AX25/NETROM/ROSE]: Kill net/ip.h inclusion 2005-08-29 16:08:15 -07:00
rose_link.c [ROSE]: Eleminate HZ from ROSE kernel interfaces 2006-05-03 23:28:20 -07:00
rose_loopback.c [AX.25]: Fix unchecked rose_add_loopback_neigh uses 2006-12-17 21:59:14 -08:00
rose_out.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
rose_route.c [PATCH] mark struct file_operations const 8 2007-02-12 09:48:46 -08:00
rose_subr.c [AX.25]: Make asc2ax() thread-proof 2005-09-08 13:40:41 -07:00
rose_timer.c [ROSE]: rose_heartbeat_expiry() locking fix 2005-10-31 16:41:45 -02:00
sysctl_net_rose.c [NET] ROSE: Fix whitespace errors. 2007-02-10 23:20:04 -08:00