Loading
nvme: only prefetch req's stailq when req != NULL
It is fine to prefetch an invalid address, but ASAN doesn't like it. So move the prefetch slightly to make ASAN happy. Signed-off-by:Jim Harris <james.r.harris@intel.com> Change-Id: Ib51ab8890e5fe91d30057f65e1399cfc9dd1dd49 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/17432 Community-CI: Mellanox Build Bot Reviewed-by:
Ben Walker <benjamin.walker@intel.com> Reviewed-by:
Aleksey Marchuk <alexeymar@nvidia.com> Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com>