Merge pull request #81 from haaawk/remove_submit

This commit is contained in:
Pekka Enberg
2024-07-07 10:27:15 +03:00
committed by GitHub

View File

@@ -93,7 +93,6 @@ impl File for LinuxFile {
ring.submission()
.push(&write)
.expect("submission queue is full");
ring.submit()?;
}
Ok(())
}