From: Mark Lord Date: Tue, 13 Dec 2005 04:19:28 +0000 (-0500) Subject: [PATCH] libata-core.c: fix parameter bug on kunmap_atomic() calls X-Git-Tag: v2.6.15-rc6~95^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dfa159886f38344ede31e3b13ec614e0bebc09c6;p=pandora-kernel.git [PATCH] libata-core.c: fix parameter bug on kunmap_atomic() calls Fix incorrect pointer usage on two calls to kunmap_atomic(). This seems to happen a lot, because kunmap() wants the struct page *, whereas kunmap_atomic() instead wants the mapped virtual address. Signed-off-by: Mark Lord Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed