Archived
14
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/sctp
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
..
associola.c [NET] SCTP: Fix whitespace errors. 2007-02-10 23:20:11 -08:00
bind_addr.c [NET] SCTP: Fix whitespace errors. 2007-02-10 23:20:11 -08:00
chunk.c [PATCH] gfp flags annotations - part 1 2005-10-08 15:00:57 -07:00
command.c
crc32c.c [NET] SCTP: Fix whitespace errors. 2007-02-10 23:20:11 -08:00
debug.c [NET] SCTP: Fix whitespace errors. 2007-02-10 23:20:11 -08:00
endpointola.c [NET] SCTP: Fix whitespace errors. 2007-02-10 23:20:11 -08:00
input.c [NET] SCTP: Fix whitespace errors. 2007-02-10 23:20:11 -08:00
inqueue.c [NET] SCTP: Fix whitespace errors. 2007-02-10 23:20:11 -08:00
ipv6.c [NET] SCTP: Fix whitespace errors. 2007-02-10 23:20:11 -08:00
Kconfig
Makefile
objcnt.c [NET] SCTP: Fix whitespace errors. 2007-02-10 23:20:11 -08:00
output.c [NET] SCTP: Fix whitespace errors. 2007-02-10 23:20:11 -08:00
outqueue.c [NET] SCTP: Fix whitespace errors. 2007-02-10 23:20:11 -08:00
primitive.c [NET] SCTP: Fix whitespace errors. 2007-02-10 23:20:11 -08:00
proc.c [PATCH] mark struct file_operations const 8 2007-02-12 09:48:46 -08:00
protocol.c [NET] SCTP: Fix whitespace errors. 2007-02-10 23:20:11 -08:00
sm_make_chunk.c Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 2007-02-11 11:38:13 -08:00
sm_sideeffect.c [NET] SCTP: Fix whitespace errors. 2007-02-10 23:20:11 -08:00
sm_statefuns.c [NET] SCTP: Fix whitespace errors. 2007-02-10 23:20:11 -08:00
sm_statetable.c [NET] SCTP: Fix whitespace errors. 2007-02-10 23:20:11 -08:00
socket.c [NET] SCTP: Fix whitespace errors. 2007-02-10 23:20:11 -08:00
ssnmap.c [PATCH] gfp flags annotations - part 1 2005-10-08 15:00:57 -07:00
sysctl.c [SCTP]: Remove multiple levels of msecs to jiffies conversions. 2006-09-22 14:55:39 -07:00
transport.c [NET] SCTP: Fix whitespace errors. 2007-02-10 23:20:11 -08:00
tsnmap.c [NET] SCTP: Fix whitespace errors. 2007-02-10 23:20:11 -08:00
ulpevent.c [NET] SCTP: Fix whitespace errors. 2007-02-10 23:20:11 -08:00
ulpqueue.c [NET] SCTP: Fix whitespace errors. 2007-02-10 23:20:11 -08:00