commit | 89a7e2f752859c1a1696adf7b00b6ca9a5da2cda | [log] [tgz] |
---|---|---|
author | Kyle Spiers <ksspiers@google.com> | Fri Jun 01 13:20:16 2018 -0700 |
committer | Vinod Koul <vkoul@kernel.org> | Mon Jun 18 20:17:38 2018 +0530 |
tree | 20efdb47f75740523ed334e1f3e816c7b07dc039 | |
parent | ce397d215ccd07b8ae3f71db689aedb85d56ab40 [diff] |
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>