From: Steven Seungcheol Lee Date: Fri, 4 Mar 2022 07:58:27 +0000 (+0900) Subject: build: Update libnvme wrap X-Git-Tag: v2.0-rc6~11^2 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=7a3f683d2783298c573e0b8f38f6ac5dc84c0adc;p=users%2Fsagi%2Fnvme-cli.git build: Update libnvme wrap types: fix status code type bug (wrong masking) https://github.com/linux-nvme/libnvme/pull/274/commits Bug: NVMe status: unrecognized(0x13) Meant to be: NVMe status: PRP Offset Invalid: The Offset field for a PRP entry is invalid(0x13) Signed-off-by: Steven Seungcheol Lee --- diff --git a/subprojects/libnvme.wrap b/subprojects/libnvme.wrap index 8c71afbb..e8b11745 100644 --- a/subprojects/libnvme.wrap +++ b/subprojects/libnvme.wrap @@ -1,6 +1,6 @@ [wrap-git] url = https://github.com/linux-nvme/libnvme.git -revision = e9a32c8236375356a65d85084c2b9e30619f7ed2 +revision = 9d32644bbc487707a1cb0ca6ea4e1f36ccb3c57a [provide] libnvme = libnvme_dep