diff options
author | Kyle Spiers <ksspiers@google.com> | 2018-06-01 23:20:16 +0300 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2018-06-18 17:47:38 +0300 |
commit | 89a7e2f752859c1a1696adf7b00b6ca9a5da2cda (patch) | |
tree | 20efdb47f75740523ed334e1f3e816c7b07dc039 /crypto/pcrypt.c | |
parent | ce397d215ccd07b8ae3f71db689aedb85d56ab40 (diff) | |
download | linux-89a7e2f752859c1a1696adf7b00b6ca9a5da2cda.tar.xz |
async_pq: Remove VLA usage
In the quest to remove VLAs from the kernel[1], this adjusts the
allocation of coefs and blocks to use the existing maximum values
(with one new define, MAX_DISKS for coefs, and a reuse of the
existing NDISKS for blocks).
[1] https://lkml.org/lkml/2018/3/7/621
Signed-off-by: Kyle Spiers <ksspiers@google.com>
Reviewed-by: Kees Cook <keescook@chromium.org>
Reviewed-by: Dan Williams <dan.j.williams@intel.com>
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'crypto/pcrypt.c')
0 files changed, 0 insertions, 0 deletions