From: Herbert Xu Date: Mon, 26 Apr 2010 01:14:05 +0000 (+0800) Subject: crypto: authenc - Add EINPROGRESS check X-Git-Tag: v2.6.34-rc6~28^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=180ce7e81030e1ef763d58f97f9ab840ff57d848;p=pandora-kernel.git crypto: authenc - Add EINPROGRESS check When Steffen originally wrote the authenc async hash patch, he correctly had EINPROGRESS checks in place so that we did not invoke the original completion handler with it. Unfortuantely I told him to remove it before the patch was applied. As only MAY_BACKLOG request completion handlers are required to handle EINPROGRESS completions, those checks are really needed. This patch restores them. Reported-by: Sebastian Andrzej Siewior Signed-off-by: Herbert Xu --- Reading git-diff-tree failed