include/spdk_internal/uring.h
0 → 100644
+51
−0
Loading
Purpose: The liburing library has recently changed the liburing.h, io_uring_enter is removed in liburing.h, so proposed this patch to fix this issue. And after applying this patch, it could work for both old and new liburing library. Change-Id: Ifdfe74038f626d36ae8cf1fb01efc297814f094a Signed-off-by:Ziye Yang <ziye.yang@intel.com> Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/478576 Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Community-CI: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Ben Walker <benjamin.walker@intel.com> Reviewed-by:
Tomasz Zawadzki <tomasz.zawadzki@intel.com>