From: Chuck Lever Date: Tue, 29 Jul 2014 21:25:38 +0000 (-0400) Subject: xprtrdma: Allocate each struct rpcrdma_mw separately X-Git-Tag: omap-for-v3.17/fixes-against-rc2~82^2~24^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e84522c2e0323a090fe1f7eeed6d5b6a68efe5f;p=pandora-kernel.git xprtrdma: Allocate each struct rpcrdma_mw separately Currently rpcrdma_buffer_create() allocates struct rpcrdma_mw's as a single contiguous area of memory. It amounts to quite a bit of memory, and there's no requirement for these to be carved from a single piece of contiguous memory. Signed-off-by: Chuck Lever Tested-by: Steve Wise Tested-by: Shirley Ma Tested-by: Devesh Sharma Signed-off-by: Anna Schumaker --- Reading git-diff-tree failed