From: Roger Pau Monne Date: Tue, 29 Oct 2013 17:31:14 +0000 (+0100) Subject: xen-blkfront: restore the non-persistent data path X-Git-Tag: v3.13-rc1~100^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bfe11d6de1c416cea4f3f0f35f864162063ce3fa;p=pandora-kernel.git xen-blkfront: restore the non-persistent data path When persistent grants were added they were always used, even if the backend doesn't have this feature (there's no harm in always using the same set of pages). This restores the old data path when the backend doesn't have persistent grants, removing the burden of doing a memcpy when it is not actually needed. Signed-off-by: Roger Pau Monné Reported-by: Felipe Franciosi Cc: Felipe Franciosi Cc: Konrad Rzeszutek Wilk Cc: David Vrabel Signed-off-by: Konrad Rzeszutek Wilk [v2: Fix up whitespace issues] --- Reading git-diff-tree failed