Loading
sock/uring: Fix the defect of using is_zcopy field in task.
There is a defect related with the paramater passing. We should use a variable to store the value first. We should not directly pass task->zcopy to this function and reset this variable after the function, because we want to avoid the recursive calling issue. Signed-off-by:Ziye Yang <ziye.yang@intel.com> Change-Id: I674eb8c6d56704d6508e5753edb6d9233f6f434a Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/15378 Reviewed-by:
Shuhei Matsumoto <smatsumoto@nvidia.com> Reviewed-by:
Changpeng Liu <changpeng.liu@intel.com> Reviewed-by:
Ben Walker <benjamin.walker@intel.com> Reviewed-by:
Xiaodong Liu <xiaodong.liu@intel.com> Reviewed-by:
Konrad Sztyber <konrad.sztyber@intel.com> Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Community-CI: Mellanox Build Bot