Archived
14
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/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
..
cpia2.h [PATCH] Generic boolean 2006-10-01 00:39:18 -07:00
cpia2_core.c V4L/DVB (3569): PATCH: switch cpia2 to mutexes and use ioctl 32 compat lib func 2006-03-24 16:26:52 -03:00
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
Kconfig V4L/DVB (4344): Fix broken dependencies on media Kconfig 2006-07-29 17:22:31 -03:00
Makefile