From: Per Forlin Date: Sat, 9 Jul 2011 21:12:36 +0000 (-0400) Subject: mmc: block: add member in mmc queue struct to hold request data X-Git-Tag: v3.1-rc1~321^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97868a2bdfc2fc79a987b64f1611034b56a3f8c4;p=pandora-kernel.git mmc: block: add member in mmc queue struct to hold request data The way the request data is organized in the mmc queue struct, it only allows processing of one request at a time. This patch adds a new struct to hold mmc queue request data such as sg list, request, blk request and bounce buffers, and updates any functions depending on the mmc queue struct. This prepares for using multiple active requests in one mmc queue. Signed-off-by: Per Forlin Acked-by: Kyungmin Park Acked-by: Arnd Bergmann Reviewed-by: Venkatraman S Tested-by: Sourav Poddar Tested-by: Linus Walleij Signed-off-by: Chris Ball --- Reading git-diff-tree failed