Rename get_fs_size() to get_fs_free_size()
[fio.git] / os / os-dragonfly.h
index f101429fadc1064223502af3c827bc86c90a57ed..2a2b198f375059551e9063bd87f2987e87d17169 100644 (file)
@@ -52,7 +52,7 @@ static inline int gettid(void)
        return (int) lwp_gettid();
 }
 
-static inline unsigned long long get_fs_size(const char *path)
+static inline unsigned long long get_fs_free_size(const char *path)
 {
        unsigned long long ret;
        struct statvfs s;