[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>

No differences found