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/core
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
..
Makefile [NET]: The scheduled removal of the frame diverter. 2006-12-02 21:22:23 -08:00
datagram.c [NET] CORE: Fix whitespace errors. 2007-02-10 23:19:25 -08:00
dev.c [PATCH] mark struct file_operations const 7 2007-02-12 09:48:46 -08:00
dev_mcast.c [PATCH] mark struct file_operations const 7 2007-02-12 09:48:46 -08:00
dst.c Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 2007-02-11 11:38:13 -08:00
ethtool.c [NET] CORE: Fix whitespace errors. 2007-02-10 23:19:25 -08:00
fib_rules.c [NETLINK]: Don't BUG on undersized allocations 2007-02-08 12:38:41 -08:00
filter.c [NET] CORE: Fix whitespace errors. 2007-02-10 23:19:25 -08:00
flow.c [IPSEC] flow: Fix potential memory leak 2007-01-23 20:25:39 -08:00
gen_estimator.c [NET] CORE: Fix whitespace errors. 2007-02-10 23:19:25 -08:00
gen_stats.c [NET] CORE: Fix whitespace errors. 2007-02-10 23:19:25 -08:00
iovec.c [NET] CORE: Fix whitespace errors. 2007-02-10 23:19:25 -08:00
kmap_skb.h [PATCH] severing skbuff.h -> highmem.h 2006-12-04 02:00:29 -05:00
link_watch.c [NET] CORE: Fix whitespace errors. 2007-02-10 23:19:25 -08:00
neighbour.c [PATCH] mark struct file_operations const 7 2007-02-12 09:48:46 -08:00
net-sysfs.c [NET] CORE: Fix whitespace errors. 2007-02-10 23:19:25 -08:00
netevent.c [NET]: Network Event Notifier Mechanism. 2006-08-02 13:38:20 -07:00
netpoll.c [NET] CORE: Fix whitespace errors. 2007-02-10 23:19:25 -08:00
pktgen.c [PATCH] mark struct file_operations const 7 2007-02-12 09:48:46 -08:00
request_sock.c [NET]: Size listen hash tables using backlog hint 2006-12-02 21:21:44 -08:00
rtnetlink.c [NET] CORE: Fix whitespace errors. 2007-02-10 23:19:25 -08:00
scm.c [NET] CORE: Fix whitespace errors. 2007-02-10 23:19:25 -08:00
skbuff.c [NET] CORE: Fix whitespace errors. 2007-02-10 23:19:25 -08:00
sock.c [PATCH] mark struct file_operations const 7 2007-02-12 09:48:46 -08:00
stream.c [NET] CORE: Fix whitespace errors. 2007-02-10 23:19:25 -08:00
sysctl_net_core.c [NET]: The scheduled removal of the frame diverter. 2006-12-02 21:22:23 -08:00
user_dma.c [NET] CORE: Fix whitespace errors. 2007-02-10 23:19:25 -08:00
utils.c [NET] CORE: Fix whitespace errors. 2007-02-10 23:19:25 -08:00
wireless.c [PATCH] mark struct file_operations const 7 2007-02-12 09:48:46 -08:00