dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/net
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
..
802 [PATCH] mark struct file_operations const 7 2007-02-12 09:48:46 -08:00
8021q [PATCH] mark struct file_operations const 7 2007-02-12 09:48:46 -08:00
appletalk [PATCH] mark struct file_operations const 7 2007-02-12 09:48:46 -08:00
atm [PATCH] mark struct file_operations const 7 2007-02-12 09:48:46 -08:00
ax25 [PATCH] mark struct file_operations const 7 2007-02-12 09:48:46 -08:00
bluetooth [NET] BLUETOOTH: Fix whitespace errors. 2007-02-10 23:19:20 -08:00
bridge [NET] BRIDGE: Fix whitespace errors. 2007-02-10 23:19:23 -08:00
core [PATCH] mark struct file_operations const 7 2007-02-12 09:48:46 -08:00
dccp [PATCH] mark struct file_operations const 7 2007-02-12 09:48:46 -08:00
decnet [PATCH] mark struct file_operations const 7 2007-02-12 09:48:46 -08:00
econet [NET] ECONET: Fix whitespace errors. 2007-02-10 23:19:32 -08:00
ethernet [NET] ETHERNET: Fix whitespace errors. 2007-02-10 23:19:34 -08:00
ieee80211 [NET] IEEE80211: Fix whitespace errors. 2007-02-10 23:19:36 -08:00
ipv4 [PATCH] mark struct file_operations const 7 2007-02-12 09:48:46 -08:00
ipv6 [PATCH] mark struct file_operations const 7 2007-02-12 09:48:46 -08:00
ipx [PATCH] mark struct file_operations const 7 2007-02-12 09:48:46 -08:00
irda [PATCH] mark struct file_operations const 8 2007-02-12 09:48:46 -08:00
iucv [S390]: Add AF_IUCV socket support 2007-02-08 13:51:54 -08:00
key [NET] KEY: Fix whitespace errors. 2007-02-10 23:19:49 -08:00
lapb [NET] LAPB: Fix whitespace errors. 2007-02-10 23:19:51 -08:00
llc [PATCH] mark struct file_operations const 8 2007-02-12 09:48:46 -08:00
netfilter [PATCH] mark struct file_operations const 8 2007-02-12 09:48:46 -08:00
netlabel [NET] NETLABEL: Fix whitespace errors. 2007-02-10 23:19:56 -08:00
netlink [PATCH] mark struct file_operations const 8 2007-02-12 09:48:46 -08:00
netrom [PATCH] mark struct file_operations const 8 2007-02-12 09:48:46 -08:00
packet [PATCH] mark struct file_operations const 8 2007-02-12 09:48:46 -08:00
rose [PATCH] mark struct file_operations const 8 2007-02-12 09:48:46 -08:00
rxrpc [PATCH] mark struct file_operations const 8 2007-02-12 09:48:46 -08:00
sched [PATCH] mark struct file_operations const 8 2007-02-12 09:48:46 -08:00
sctp [PATCH] mark struct file_operations const 8 2007-02-12 09:48:46 -08:00
sunrpc [PATCH] mark struct file_operations const 8 2007-02-12 09:48:46 -08:00
tipc [NET] TIPC: Fix whitespace errors. 2007-02-10 23:20:15 -08:00
unix [PATCH] mark struct file_operations const 8 2007-02-12 09:48:46 -08:00
wanrouter [PATCH] mark struct file_operations const 8 2007-02-12 09:48:46 -08:00
x25 [PATCH] mark struct file_operations const 8 2007-02-12 09:48:46 -08:00
xfrm [NET] XFRM: Fix whitespace errors. 2007-02-10 23:20:24 -08:00
Kconfig [S390]: Rewrite of the IUCV base code, part 2 2007-02-08 13:37:42 -08:00
Makefile [S390]: Rewrite of the IUCV base code, part 2 2007-02-08 13:37:42 -08:00
TUNABLE Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
compat.c [NET]: Fix whitespace errors. 2007-02-10 23:20:27 -08:00
nonet.c [PATCH] Make most file operations structs in fs/ const 2006-03-28 09:16:06 -08:00
socket.c [PATCH] mark struct file_operations const 8 2007-02-12 09:48:46 -08:00
sysctl_net.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00