]> www.infradead.org Git - users/sagi/nvme-cli.git/commit
nvme: Introduce nvme_realloc function
authorBrandon Paupore <brandon.paupore@wdc.com>
Fri, 22 Sep 2023 19:55:32 +0000 (14:55 -0500)
committerDaniel Wagner <wagi@monom.org>
Mon, 25 Sep 2023 08:57:34 +0000 (10:57 +0200)
commitba67e3e6f14cfd0283bfa85093ee14458d9979d7
tree760e172eec266b328cfc496f16d09f2969a6427f
parent1efacf05a742ed8f42bf3a7ad2f46df08c10274e
nvme: Introduce nvme_realloc function

This attempts to preserve the functionality of realloc while also
ensuring the final memory is aligned.

Signed-off-by: Brandon Paupore <brandon.paupore@wdc.com>
nvme.c