From: Herbert Xu Date: Sun, 30 Jul 2006 01:53:45 +0000 (+1000) Subject: [CRYPTO] api: Feed flag directly to crypto_yield X-Git-Tag: v2.6.19-rc1~1297^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f21cf0d2bae04ece761595036c9da8328b279aa;p=pandora-kernel.git [CRYPTO] api: Feed flag directly to crypto_yield The sleeping flag used to determine whether crypto_yield can actually yield is really a per-operation flag rather than a per-tfm flag. This patch changes crypto_yield to take a flag directly so that we can start using a per-operation flag instead the tfm flag. Signed-off-by: Herbert Xu --- Reading git-diff-tree failed