diff options
author | thegeorg <thegeorg@yandex-team.com> | 2023-07-26 01:18:20 +0300 |
---|---|---|
committer | root <root@qavm-2ed34686.qemu> | 2023-07-26 01:18:20 +0300 |
commit | efba792089e8ed1cdee516e6fe39afa8ccd07570 (patch) | |
tree | fa8ff67117859064f23b758a7b333f8b2e3a0859 /contrib/libs/liburing/test | |
parent | 5c939e73d60a6ba835239eaad1edf65ec70c5f17 (diff) | |
download | ydb-efba792089e8ed1cdee516e6fe39afa8ccd07570.tar.gz |
Update contrib/libs/linux-headers to 6.4.5
Diffstat (limited to 'contrib/libs/liburing/test')
-rw-r--r-- | contrib/libs/liburing/test/nvme.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libs/liburing/test/nvme.h b/contrib/libs/liburing/test/nvme.h index 14dc338b85..53ad1142a8 100644 --- a/contrib/libs/liburing/test/nvme.h +++ b/contrib/libs/liburing/test/nvme.h @@ -16,7 +16,7 @@ extern "C" { * If the uapi headers installed on the system lacks nvme uring command * support, use the local version to prevent compilation issues. */ -#ifndef CONFIG_HAVE_NVME_URING +#if 0 struct nvme_uring_cmd { __u8 opcode; __u8 flags; |