From: Andy Grover Date: Tue, 17 Jan 2012 00:57:08 +0000 (-0800) Subject: target: Allow control CDBs with data > 1 page X-Git-Tag: v3.2.9~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2227f84ba0e97906153ac83db13213fb2e3938d;p=pandora-kernel.git target: Allow control CDBs with data > 1 page commit 4949314c7283ea4f9ade182ca599583b89f7edd6 upstream. We need to handle >1 page control cdbs, so extend the code to do a vmap if bigger than 1 page. It seems like kmap() is still preferable if just a page, fewer TLB shootdowns(?), so keep using that when possible. Rename function pair for their new scope. Signed-off-by: Andy Grover Signed-off-by: Nicholas Bellinger Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed