linux/drivers/scsi/aacraid
Arjan van de Ven 00977a59b9 [PATCH] mark struct file_operations const 6
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:45 -08:00
..
Makefile [SCSI] aacraid: Begin adding support for new adapter type 2007-01-27 09:27:31 -06:00
TODO [SCSI] aacraid: Newer adapter communication iterface support 2005-10-28 11:41:53 -05:00
aachba.c [SCSI] aacraid: expanded expose physical device code (new) 2007-01-27 09:28:14 -06:00
aacraid.h [SCSI] aacraid: rework packet support code 2007-01-27 09:27:52 -06:00
commctrl.c [SCSI] aacraid: Reset adapter in recovery timeout 2006-08-19 13:35:11 -07:00
comminit.c [SCSI] aacraid: rework communication support code 2007-01-27 09:27:06 -06:00
commsup.c [SCSI] aacraid: rework communication support code 2007-01-27 09:27:06 -06:00
dpcsup.c [SCSI] aacraid: interruptible ioctl 2006-08-19 13:32:57 -07:00
linit.c [PATCH] mark struct file_operations const 6 2007-02-12 09:48:45 -08:00
nark.c [SCSI] aacraid: Begin adding support for new adapter type 2007-01-27 09:27:31 -06:00
rkt.c [SCSI] aacraid: rework communication support code 2007-01-27 09:27:06 -06:00
rx.c [SCSI] aacraid: rework communication support code 2007-01-27 09:27:06 -06:00
sa.c [SCSI] aacraid: rework communication support code 2007-01-27 09:27:06 -06:00