From: Christof Schmitt Date: Tue, 22 Feb 2011 18:54:40 +0000 (+0100) Subject: [SCSI] zfcp: Replace kmem_cache for "status read" data X-Git-Tag: v2.6.39-rc1~440^2~56 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7b279ae51942c14529bf2806685e9c658f28611;p=pandora-kernel.git [SCSI] zfcp: Replace kmem_cache for "status read" data zfcp requires a mempool for the status read data blocks to resubmit the "status read" requests at any time. Each status read data block has the size of a page (4096 bytes) and needs to be placed in one page. Instead of having a kmem_cache for allocating page sized chunks, use mempool_create_page_pool to create a mempool returning pages and remove the zfcp kmem_cache. Signed-off-by: Christof Schmitt Signed-off-by: Steffen Maier Signed-off-by: James Bottomley --- Reading git-diff-tree failed