[PATCH] mark several libata datastructures const

Hi,

the patch below marks several libata (and libata-driver) structures
const so that they end up in the .rodata segment and don't false-share
cachelines with things that get dirtied often.

Signed-off-by: Arjan van de Ven <arjan@infradead.org>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
This commit is contained in:
Arjan van de Ven 2005-11-28 10:06:23 +01:00 committed by Jeff Garzik
commit 98ac62defe
8 changed files with 11 additions and 11 deletions