linux/drivers/media/video/cpia2
Arjan van de Ven fa027c2a0a [PATCH] mark struct file_operations const 4
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.

[akpm@sdl.org: dvb fix]
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:45 -08:00
..
Kconfig V4L/DVB (4344): Fix broken dependencies on media Kconfig 2006-07-29 17:22:31 -03:00
Makefile
cpia2.h [PATCH] Generic boolean 2006-10-01 00:39:18 -07:00
cpia2_core.c
cpia2_registers.h
cpia2_usb.c V4L/DVB (4990): Cpia2/cpia2_usb.c: fix error-path leak 2006-12-27 14:19:51 -02:00
cpia2_v4l.c [PATCH] mark struct file_operations const 4 2007-02-12 09:48:45 -08:00
cpia2dev.h
cpia2patch.h