mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-18 18:46:17 +00:00
fix bug
This commit is contained in:
@@ -78,5 +78,5 @@ pub fn same_disk(disk1: &str, disk2: &str) -> Result<bool> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
pub fn get_drive_stats(major: u32, minor: u32) -> Result<IOStats> {
|
pub fn get_drive_stats(major: u32, minor: u32) -> Result<IOStats> {
|
||||||
IOStats::default()
|
Ok(IOStats::default())
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user