Remove fix-nix-ioctl-feature.patch

This patch is no longer being used since version 1.3.0.

Signed-off-by: Alberto Faria <afaria@redhat.com>
This commit is contained in:
Alberto Faria 2023-10-02 13:53:00 +01:00
parent e910e79c77
commit 1b341cf10b

View File

@ -1,25 +0,0 @@
diff --git a/blkio/Cargo.toml b/blkio/Cargo.toml
index ca3f24d..4148840 100644
--- a/blkio/Cargo.toml
+++ b/blkio/Cargo.toml
@@ -28,6 +28,6 @@ concat-idents = "1.1"
const-cstr = "0.3"
io-uring = { version = "0.5.10", optional = true }
lazy_static = "1.1"
-nix = { version = "0.24", default-features = false, features = ["event", "feature", "fs", "mman"] }
+nix = { version = "0.24", default-features = false, features = ["event", "feature", "fs", "ioctl", "mman"] }
pci-driver = { version = "0.1.2", default-features = false, optional = true }
virtio-driver = { path = "../virtio-driver", version = "0.4.1", default-features = false, optional = true }
diff --git a/virtio-driver/Cargo.toml b/virtio-driver/Cargo.toml
index 94c18d3..2ba6f63 100644
--- a/virtio-driver/Cargo.toml
+++ b/virtio-driver/Cargo.toml
@@ -17,7 +17,7 @@ _unsafe-op-in-unsafe-fn = []
[dependencies]
bitflags = "1.2"
-nix = { version = "0.24", default-features = false, features = ["event"] }
+nix = { version = "0.24", default-features = false, features = ["event", "ioctl"] }
memmap2 = { version = ">=0.1, <0.6", optional = true }
pci-driver = { version = "0.1.2", default-features = false, optional = true }
virtio-bindings = { version = "0.1", features = ["virtio-v5_0_0"], optional = true }