mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-18 03:56:42 +00:00
Add sys_fallocate
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
8dc08dccba
commit
8dce83605f
@ -220,7 +220,7 @@ fn general_complete_fn(bio: &SubmittedBio) {
|
||||
match bio.status() {
|
||||
BioStatus::Complete => (),
|
||||
err_status => log::error!(
|
||||
"faild to do {:?} on the device with error status: {:?}",
|
||||
"failed to do {:?} on the device with error status: {:?}",
|
||||
bio.type_(),
|
||||
err_status
|
||||
),
|
||||
|
@ -12,7 +12,7 @@
|
||||
//! and merge requests within the queue.
|
||||
//!
|
||||
//! This crate also offers the `Bio` related data structures and APIs to accomplish
|
||||
//! safe and convenient block I/O operations, for exmaple:
|
||||
//! safe and convenient block I/O operations, for example:
|
||||
//!
|
||||
//! ```no_run
|
||||
//! // Creates a bio request.
|
||||
|
Reference in New Issue
Block a user