Loading
nvme: always use nvme_robust_mutex_lock for ctrlr_lock
spdk_nvme_ctrlr_cmd_abort_ext() was calling pthread_mutex_lock() directly. This would only cause a problem on FreeBSD, but we still need to make it consistent. Signed-off-by:Jim Harris <jim.harris@samsung.com> Change-Id: Idcc62ff6507cbdfb588a6a7de3ab3b9efa801f25 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/23728 Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Shuhei Matsumoto <smatsumoto@nvidia.com> Reviewed-by:
Aleksey Marchuk <alexeymar@nvidia.com> Community-CI: Mellanox Build Bot Reviewed-by:
Konrad Sztyber <konrad.sztyber@intel.com>