1
0
Fork 0
alistair23-linux/net/decnet
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
..
netfilter [NET] DECNET: Fix whitespace errors. 2007-02-10 23:19:29 -08:00
Kconfig [NET]: Rethink mark field in struct flowi 2006-12-02 21:21:39 -08:00
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
README Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
TODO Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
af_decnet.c [PATCH] mark struct file_operations const 7 2007-02-12 09:48:46 -08:00
dn_dev.c [PATCH] mark struct file_operations const 7 2007-02-12 09:48:46 -08:00
dn_fib.c [NET] DECNET: Fix whitespace errors. 2007-02-10 23:19:29 -08:00
dn_neigh.c [PATCH] mark struct file_operations const 7 2007-02-12 09:48:46 -08:00
dn_nsp_in.c [NET] DECNET: Fix whitespace errors. 2007-02-10 23:19:29 -08:00
dn_nsp_out.c [NET] DECNET: Fix whitespace errors. 2007-02-10 23:19:29 -08:00
dn_route.c [PATCH] mark struct file_operations const 7 2007-02-12 09:48:46 -08:00
dn_rules.c [PATCH] FRA_{DST,SRC} are le16 for decnet 2007-02-11 11:18:07 -08:00
dn_table.c Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 2007-02-11 11:38:13 -08:00
dn_timer.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sysctl_net_decnet.c [NET] DECNET: Fix whitespace errors. 2007-02-10 23:19:29 -08:00

README

                       Linux DECnet Project
                      ======================

The documentation for this kernel subsystem is available in the
Documentation/networking subdirectory of this distribution and also
on line at http://www.chygwyn.com/DECnet/

Steve Whitehouse <SteveW@ACM.org>