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/ax25
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
..
Kconfig Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
Makefile 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_ax25.c [PATCH] mark struct file_operations const 7 2007-02-12 09:48:46 -08:00
ax25_addr.c [NET] AX25: Fix whitespace errors. 2007-02-10 23:19:18 -08:00
ax25_dev.c [AX.25]: Use kzalloc 2006-07-09 12:14:22 -07:00
ax25_ds_in.c [AX25/NETROM/ROSE]: Kill net/ip.h inclusion 2005-08-29 16:08:15 -07:00
ax25_ds_subr.c [AX.25]: Optimize AX.25 socket list lock 2006-07-12 13:58:57 -07:00
ax25_ds_timer.c [AX.25]: Optimize AX.25 socket list lock 2006-07-12 13:58:57 -07:00
ax25_iface.c [AX.25]: Fix unchecked ax25_linkfail_register uses 2006-12-17 21:59:11 -08:00
ax25_in.c [AX.25]: Get rid of the last volatile. 2006-07-10 14:50:28 -07:00
ax25_ip.c [NET] AX25: Fix whitespace errors. 2007-02-10 23:19:18 -08:00
ax25_out.c [AX25]: Use kmemdup 2006-12-02 21:24:01 -08:00
ax25_route.c [PATCH] mark struct file_operations const 7 2007-02-12 09:48:46 -08:00
ax25_std_in.c [AX25/NETROM/ROSE]: Kill net/ip.h inclusion 2005-08-29 16:08:15 -07:00
ax25_std_subr.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ax25_std_timer.c [NET] AX25: Fix whitespace errors. 2007-02-10 23:19:18 -08:00
ax25_subr.c [NET] AX25: Fix whitespace errors. 2007-02-10 23:19:18 -08:00
ax25_timer.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
ax25_uid.c [PATCH] mark struct file_operations const 7 2007-02-12 09:48:46 -08:00
sysctl_net_ax25.c [AX25]: Use kmemdup 2006-12-02 21:24:01 -08:00