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

No differences found