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 <shikemeng@huawei.com>
This commit is contained in:
Kemeng Shi 2023-01-19 09:23:31 +08:00
parent c07cc2bf33
commit c092539184

View File

@ -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 <shikemeng@huawei.com> - 21.01.1-12
- Fix compile error that "undefined reference to spdk_backdev_submit_io"
* Thu Jan 12 2023 shikemeng <shikemeng@huawei.com> - 21.01.1-11
- enable xcache