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.3-rc3~2^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4949314c7283ea4f9ade182ca599583b89f7edd6;p=pandora-kernel.git target: Allow control CDBs with data > 1 page 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 Cc: Signed-off-by: Nicholas Bellinger --- Reading git-diff-tree failed