From: Christoph Hellwig Date: Sat, 18 Jul 2009 03:47:45 +0000 (-0600) Subject: virtio_blk: don't bounce highmem requests X-Git-Tag: v2.6.31-rc4~33^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4eff3cae9c9809720c636e64bc72f212258e0bd5;p=pandora-kernel.git virtio_blk: don't bounce highmem requests By default a block driver bounces highmem requests, but virtio-blk is perfectly fine with any request that fit into it's 64 bit addressing scheme, mapped in the kernel virtual space or not. Besides improving performance on highmem systems this also makes the reproducible oops in __bounce_end_io go away (but hiding the real cause). Signed-off-by: Christoph Hellwig Signed-off-by: Rusty Russell --- Reading git-diff-tree failed