From c092539184bfec975cc8213205583c69c86930d0 Mon Sep 17 00:00:00 2001 From: Kemeng Shi Date: Thu, 19 Jan 2023 09:23:31 +0800 Subject: [PATCH] xcache: Fix compile error that "undefined reference to spdk_backdev_submit_io" Fix compile error that "undefined reference to spdk_backdev_submit_io" Signed-off-by: Kemeng Shi --- spdk.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/spdk.spec b/spdk.spec index 9773161..701e773 100644 --- a/spdk.spec +++ b/spdk.spec @@ -4,7 +4,7 @@ Name: spdk Version: 21.01.1 -Release: 11 +Release: 12 Summary: Set of libraries and utilities for high performance user-mode storage License: BSD and MIT URL: http://spdk.io @@ -41,6 +41,7 @@ Patch29: 0029-Enable-unittest-in-make-check.patch Patch30: 0030-nvme_ctrlr_abort_queued_aborts-Segmentation-fault-oc.patch Patch31: 0031-Fix-UAF-in-STAILQ_FOREACH.patch Patch32: 0032-spdk-upgrade-ocf-lib-and-ocf-bdev-to-latest-SPDK-22.patch +Patch33: 0033-SPDK-enable-xcache.patch %define package_version %{version}-%{release} @@ -217,6 +218,9 @@ mv doc/output/html/ %{install_docdir} %changelog +* Thu Jan 19 2023 shikemeng - 21.01.1-12 +- Fix compile error that "undefined reference to spdk_backdev_submit_io" + * Thu Jan 12 2023 shikemeng - 21.01.1-11 - enable xcache -- Gitee