]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
target: remove overagressive ____cacheline_aligned annoations
authorChristoph Hellwig <hch@infradead.org>
Tue, 29 Nov 2011 08:29:38 +0000 (03:29 -0500)
committerNicholas Bellinger <nab@linux-iscsi.org>
Wed, 14 Dec 2011 11:28:13 +0000 (11:28 +0000)
commite0a53e70e8d519579d92c150606ece22333645cb
tree7f28469be2885fd7979ec584dcc65b3b35748871
parent2e88efd3aaafa0df05593cdfa5fd17afe922781d
target: remove overagressive ____cacheline_aligned annoations

If we want dynamically allocated objects to be cacheline aligned we need
to tell that to the slab allocator by using the proper flags and not
by liberally sprinkling annotations onto all structures.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
include/target/target_core_base.h