diff options
author | Eric Farman <farman@linux.ibm.com> | 2022-10-21 16:59:13 +0200 |
---|---|---|
committer | Heiko Carstens <hca@linux.ibm.com> | 2023-01-09 14:34:08 +0100 |
commit | 62a97a56a64c97c3865e55d702babc22f3b2ea6a (patch) | |
tree | 6ced03ad5e881ce28234ca5105c6907336ef81a4 /certs/extract-cert.c | |
parent | 4b946d65b8aa0071dbbc54b35b8502fa99c1ee22 (diff) | |
download | lwn-62a97a56a64c97c3865e55d702babc22f3b2ea6a.tar.gz lwn-62a97a56a64c97c3865e55d702babc22f3b2ea6a.zip |
vfio/ccw: pass page count to page_array struct
The allocation of our page_array struct calculates the number
of 4K pages that would be needed to hold a certain number of
bytes. But, since the number of pages that will be pinned is
also calculated by the length of the IDAL, this logic is
unnecessary. Let's pass that information in directly, and
avoid the math within the allocator.
Also, let's make this two allocations instead of one,
to make it apparent what's happening within here.
Signed-off-by: Eric Farman <farman@linux.ibm.com>
Reviewed-by: Matthew Rosato <mjrosato@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Diffstat (limited to 'certs/extract-cert.c')
0 files changed, 0 insertions, 0 deletions