Loading
bdev/daos: fix write of multiple iovs
bdev_daos_writev() had a typo where local variable `io` wasn't advancing in a loop over iovs. To avoid such issues in the future, function argument `iov` is used instead, there's no need for original value and it seems less error prone. bdev_daos_readv() was updated as well to be consistent with bdev_daos_write() Signed-off-by:Denis Barakhtanov <denis.barahtanov@croit.io> Change-Id: I06d39f207c7b881aca950c5721f250c17d41c328 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/15581 Reviewed-by:
Jim Harris <james.r.harris@intel.com> Reviewed-by:
Ben Walker <benjamin.walker@intel.com> Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com>