mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-31 17:28:12 +00:00
Use POSIX statvfs, since statfs is not designed to be portable (#1495)
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
mod linux;
|
||||
#[cfg(all(unix, not(target_os = "linux")))]
|
||||
mod unix;
|
||||
|
||||
#[cfg(target_os = "windows")]
|
||||
mod windows;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user