diff --git a/fix-nix-ioctl-feature.patch b/fix-nix-ioctl-feature.patch deleted file mode 100644 index 18d41cd..0000000 --- a/fix-nix-ioctl-feature.patch +++ /dev/null @@ -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 }