drivers/storage/driver-block: Update to redox-scheme 0.8

This commit is contained in:
bjorn3
2025-12-13 13:04:07 +01:00
parent 256f4fe6b8
commit 4b6d386840
3 changed files with 3 additions and 2 deletions
Generated
+1 -1
View File
@@ -568,7 +568,7 @@ dependencies = [
"libredox",
"log",
"partitionlib",
"redox-scheme 0.6.2",
"redox-scheme 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
"redox_syscall",
]
+1 -1
View File
@@ -15,4 +15,4 @@ log = "0.4"
futures = { version = "0.3.28", features = ["executor"] }
redox_syscall = { version = "0.5", features = ["std"] }
redox-scheme = "0.6.2"
redox-scheme = "0.8.2"
+1
View File
@@ -370,6 +370,7 @@ impl<T: Disk> DiskScheme<T> {
self.on_close(id);
continue;
}
RequestKind::RecvFd(_) => continue,
};
self.socket
.write_response(response, SignalBehavior::Restart)?;