From: Herbert Xu Date: Sat, 31 Mar 2007 02:58:20 +0000 (+1000) Subject: [CRYPTO] api: Flush the current page right than the next X-Git-Tag: v2.6.21-rc6~40^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f1167272890c210399e6b8a32d7cf7295713f5d;p=pandora-kernel.git [CRYPTO] api: Flush the current page right than the next On platforms where flush_dcache_page is needed we're currently flushing the next page right than the one we've just processed. This patch fixes the off-by-one error. Signed-off-by: Herbert Xu --- Reading git-diff-tree failed