diff --git a/ecstore/src/utils/os/unix.rs b/ecstore/src/utils/os/unix.rs index cf9f414f..17ccd06f 100644 --- a/ecstore/src/utils/os/unix.rs +++ b/ecstore/src/utils/os/unix.rs @@ -78,5 +78,5 @@ pub fn same_disk(disk1: &str, disk2: &str) -> Result { } pub fn get_drive_stats(major: u32, minor: u32) -> Result { - IOStats::default() + Ok(IOStats::default()) }