-
由 Herbert Xu 提交于
The abreq structure is currently allocated on the stack. This is broken if the underlying algorithm is asynchronous. This patch changes it so that it's taken from the private context instead which has been enlarged accordingly. Signed-off-by: NHerbert Xu <herbert@gondor.apana.org.au>
7f681378