engines/io_uring: fdp allocate ruhs buffer as per actual
authorAnkit Kumar <ankit.kumar@samsung.com>
Mon, 15 Jul 2024 10:07:24 +0000 (15:37 +0530)
committerVincent Fu <vincent.fu@samsung.com>
Mon, 15 Jul 2024 20:01:46 +0000 (16:01 -0400)
commit70ae781d13f2daa6fe905bb42498c264e4b5aaeb
tree3827ae69a2d809beed0c294fc68782066109a755
parent56d12245953b4ae147784db2e77b1609197df4a0
engines/io_uring: fdp allocate ruhs buffer as per actual

Use calloc instead of scalloc as ruhs buffer allocation is temporary.
Remove the restriction on maximum number of ruhs, fetch and fill the
ruhs buffer as requested by fdp backend.

Signed-off-by: Ankit Kumar <ankit.kumar@samsung.com>
Signed-off-by: Vincent Fu <vincent.fu@samsung.com>
engines/io_uring.c