target: don't allocate bio headroom in iblock
authorChristoph Hellwig <hch@infradead.org>
Wed, 21 Dec 2011 19:20:23 +0000 (14:20 -0500)
committerNicholas Bellinger <nab@linux-iscsi.org>
Wed, 18 Jan 2012 08:28:02 +0000 (08:28 +0000)
commit48cfe37cc03f616e6c139796962e7ec677cde8a9
tree0dafa66ac58400b8eee1e68182b6c73dc8b880d3
parent895f3022523361e9b383cf48f51feb1f7d5e7e53
target: don't allocate bio headroom in iblock

We never embedd the bio into a structure, so there is no need to allocate
64 bytes of headroom per bio.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
drivers/target/target_core_iblock.c