From: Heiko Carstens Date: Fri, 10 Aug 2007 12:32:28 +0000 (+0200) Subject: [S390] qdio: make sure data structures are correctly aligned. X-Git-Tag: v2.6.23-rc3~8^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6d0e8014a59b641c0669cf5df151667144f220e;p=pandora-kernel.git [S390] qdio: make sure data structures are correctly aligned. The slsb structure contained at the beginning of the qdio_q structure must start on a 256 byte boundary. To make sure this is the case even if slab debugging is turned on create an own slab cache for qdio_q structures. Besides that don't use the slab allocator to allocate whole pages. Use the page allocator instead. Also fix a few memory leaks in error handling code. Signed-off-by: Heiko Carstens Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed