diff options
author | Cristian Stoica <cristian.stoica@freescale.com> | 2015-01-27 11:54:27 +0200 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2015-02-04 20:59:41 +1100 |
commit | c47689931fff5f8882a923bbd8d8590f038fa097 (patch) | |
tree | 8efcceeb5d237047a443cf8f69ac64956cc6ade9 /block/bounce.c | |
parent | db71f29a1c327f3824c1c0919937965b36d67b80 (diff) | |
download | linux-c47689931fff5f8882a923bbd8d8590f038fa097.tar.bz2 |
crypto: tcrypt - fix buflen reminder calculation
- This fixes the intent of the code to limit the last scatterlist to
either a full PAGE or a fraction of it, depending on the number of
pages needed by buflen and the available space advertised by XBUFLEN.
The original code always sets the last scatterlist to a fraction of a
PAGE because the first 'if' is never executed.
- Rearrange the second part of the code to remove the conditional from
the loop
Signed-off-by: Cristian Stoica <cristian.stoica@freescale.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'block/bounce.c')
0 files changed, 0 insertions, 0 deletions