[SCSI] Mark some core scsi data structures const
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>
This commit is contained in:
committed by
James Bottomley
parent
ce155ccecd
commit
0ad78200ba
@ -730,7 +730,7 @@ static void get_capabilities(struct scsi_cd *cd)
|
||||
unsigned int the_result;
|
||||
int retries, rc, n;
|
||||
|
||||
static char *loadmech[] =
|
||||
static const char *loadmech[] =
|
||||
{
|
||||
"caddy",
|
||||
"tray",
|
||||
|
Reference in New Issue
Block a user