1
0
Fork 0
freescale-linux-fslc/drivers/media
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
..
common [PATCH] mark struct file_operations const 4 2007-02-12 09:48:45 -08:00
dvb V4L/DVB (4973): Dvb-core: fix printk type warning 2006-12-27 14:19:15 -02:00
radio [PATCH] mark struct file_operations const 4 2007-02-12 09:48:45 -08:00
video [PATCH] mark struct file_operations const 4 2007-02-12 09:48:45 -08:00
Kconfig V4L/DVB (4871): Fix i2c dependencies of VIDEO_TVEEPROM and VIDEO_TUNER 2006-12-10 09:05:07 -02:00
Makefile [PATCH] dvb: avoid building empty built-in.o 2005-09-09 13:57:36 -07:00