Arjan van de Ven 62322d2554 [PATCH] make more file_operation structs static
Mark the static struct file_operations in drivers/char as const.  Making
them const prevents accidental bugs, and moves them to the .rodata section
so that they no longer do any false sharing; in addition with the proper
debug option they are then protected against corruption..

[akpm@osdl.org: build fix]
Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-07-03 15:26:59 -07:00
..
2006-06-08 22:41:17 -04:00
2006-06-26 18:35:02 +02:00
2006-06-29 16:01:54 -04:00
2006-06-26 18:35:02 +02:00
2006-04-01 23:45:39 -05:00
2006-06-29 16:01:54 -04:00
2005-04-16 15:20:36 -07:00
2006-06-24 01:54:14 -04:00
2006-05-22 13:56:02 -04:00