From: Dan Carpenter Date: Mon, 11 Oct 2010 19:41:35 +0000 (+0200) Subject: ps3disk: passing wrong variable to bvec_kunmap_irq() X-Git-Tag: v2.6.36~23^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93055c31045a2d5599ec613a0c6cdcefc481a460;p=pandora-kernel.git ps3disk: passing wrong variable to bvec_kunmap_irq() This should pass "buf" to bvec_kunmap_irq() instead of "bv". The api is like kmap_atomic() instead of kmap(). Signed-off-by: Dan Carpenter Acked-by: Geoff Levand Signed-off-by: Jens Axboe --- Reading git-diff-tree failed