linux/drivers/scsi/megaraid
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
..
Kconfig.megaraid [SCSI] megaraid_{mbox,mm} : remove PCI Id overlaping between megaraid_legacy and megaraid_{mbox,mm} 2005-12-13 18:10:56 -07:00
Makefile [SCSI] MegaRAID SAS RAID: new driver 2005-09-26 17:32:44 -05:00
mbox_defs.h [SCSI] megaraid: more kernel-doc fixes 2007-01-13 13:55:35 -06:00
mega_common.h [SCSI] megaraid: more kernel-doc fixes 2007-01-13 13:55:35 -06:00
megaraid_ioctl.h [SCSI] megaraid: fix kernel-doc 2007-01-13 13:55:01 -06:00
megaraid_mbox.c [SCSI] megaraid: fix kernel-doc 2007-01-13 13:55:01 -06:00
megaraid_mbox.h [SCSI] megaraid: fix kernel-doc 2007-01-13 13:55:01 -06:00
megaraid_mm.c [PATCH] mark struct file_operations const 6 2007-02-12 09:48:45 -08:00
megaraid_mm.h [SCSI] megaraid_{mm,mbox}: a fix on "kernel unaligned access address" issue 2006-07-28 13:19:12 -05:00
megaraid_sas.c [PATCH] mark struct file_operations const 6 2007-02-12 09:48:45 -08:00
megaraid_sas.h [SCSI] megaraid: fix kernel-doc 2007-01-13 13:55:01 -06:00