[SCSI] Mark some core scsi data structures const
authorArjan van de Ven <arjan@infradead.org>
Mon, 28 Nov 2005 15:22:25 +0000 (16:22 +0100)
committerJames Bottomley <jejb@mulgrave.(none)>
Wed, 14 Dec 2005 01:11:01 +0000 (18:11 -0700)
patch below marks a few scsi core datastructures as const, so that they end up
in the .rodata section and don't cacheline share with things that get dirtied

Signed-off-by: Arjan van de Ven <arjan@infradead.org>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/ch.c
drivers/scsi/constants.c
drivers/scsi/raid_class.c
drivers/scsi/scsi_scan.c
drivers/scsi/scsi_sysfs.c
drivers/scsi/scsi_transport_fc.c
drivers/scsi/sr.c
drivers/scsi/st.c

Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge