From: Christof Schmitt Date: Tue, 22 Feb 2011 18:54:41 +0000 (+0100) Subject: [SCSI] zfcp: Introduce new kmem_cache for FC request and response data X-Git-Tag: v2.6.39-rc1~440^2~55 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=087897e36982ef8536dc9c8baed159a31517b5e6;p=pandora-kernel.git [SCSI] zfcp: Introduce new kmem_cache for FC request and response data A data buffer that is passed to the hardware must not cross a page boundary. zfcp uses a series of kmem_caches to align the data to not cross a page boundary. Introduce a new kmem_cache for the FC requests sent from the zfcp driver and use it for the ELS ADISC data. The goal is to migrate to the FC kmem_cache in later patches and remove the request specific kmem_caches. Signed-off-by: Christof Schmitt Signed-off-by: Steffen Maier Signed-off-by: James Bottomley --- Reading git-diff-tree failed