linux/sound/core
Arjan van de Ven 9c2e08c592 [PATCH] mark struct file_operations const 9
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.

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:46 -08:00
..
oss [PATCH] mark struct file_operations const 9 2007-02-12 09:48:46 -08:00
seq [PATCH] mark struct file_operations const 9 2007-02-12 09:48:46 -08:00
Kconfig
Makefile
control.c [PATCH] mark struct file_operations const 9 2007-02-12 09:48:46 -08:00
control_compat.c [ALSA] alsa core: convert to list_for_each_entry* 2007-02-09 09:00:10 +01:00
device.c [ALSA] alsa core: convert to list_for_each_entry* 2007-02-09 09:00:10 +01:00
hwdep.c [PATCH] mark struct file_operations const 9 2007-02-12 09:48:46 -08:00
hwdep_compat.c
info.c [PATCH] mark struct file_operations const 9 2007-02-12 09:48:46 -08:00
info_oss.c
init.c [PATCH] mark struct file_operations const 9 2007-02-12 09:48:46 -08:00
isadma.c
memalloc.c [ALSA] alsa core: convert to list_for_each_entry* 2007-02-09 09:00:10 +01:00
memory.c
misc.c [ALSA] Add PCI quirk list helper function 2007-02-09 09:01:48 +01:00
pcm.c [PATCH] Fix breakage with CONFIG_SYSFS_DEPRECATED 2007-02-09 16:25:48 +01:00
pcm_compat.c
pcm_lib.c [ALSA] Fix possible invalid memory access in PCM core 2007-02-09 09:03:31 +01:00
pcm_memory.c [ALSA] pcm core: add prealloc_max file to substream directory to show maximum DMA size 2007-02-09 09:00:13 +01:00
pcm_misc.c
pcm_native.c [PATCH] mark struct file_operations const 9 2007-02-12 09:48:46 -08:00
pcm_timer.c
rawmidi.c [PATCH] mark struct file_operations const 9 2007-02-12 09:48:46 -08:00
rawmidi_compat.c
rtctimer.c
sgbuf.c [ALSA] use the ALIGN macro 2006-12-20 08:55:36 +01:00
sound.c [PATCH] mark struct file_operations const 9 2007-02-12 09:48:46 -08:00
sound_oss.c [PATCH] ALSA: Fix sysfs breakage 2007-01-29 14:32:53 -08:00
timer.c [PATCH] mark struct file_operations const 9 2007-02-12 09:48:46 -08:00
timer_compat.c