linux/drivers/char/ftape/zftape
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
..
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
zftape-buffers.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
zftape-buffers.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
zftape-ctl.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
zftape-ctl.h Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
zftape-eof.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
zftape-eof.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
zftape-init.c [PATCH] make more file_operation structs static 2006-07-03 15:26:59 -07:00
zftape-init.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
zftape-read.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
zftape-read.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
zftape-rw.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
zftape-rw.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
zftape-vtbl.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
zftape-vtbl.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
zftape-write.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
zftape-write.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
zftape_syms.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00