+0
−3
Loading
We want to call blobfs APIs from a thread context, so use spdk_thread_send_msg() to send messages from the POSIX thread to the blobfs. spdk_event_call() was used prior to the spdk_thread API being create, this just hadn't been cleaned up until now. Signed-off-by:Jim Harris <jim.harris@samsung.com> Change-Id: I98f884534939a93f9a4cbbb2fe7c87f4f610dc9f Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/23264 Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Changpeng Liu <changpeng.liu@intel.com> Reviewed-by:
Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by:
Shuhei Matsumoto <smatsumoto@nvidia.com> Community-CI: Mellanox Build Bot Reviewed-by:
GangCao <gang.cao@intel.com>