X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=os%2Fos-linux.h;h=9e708f04c7b020f466decf189909ff3e9df2d6c6;hb=9d0ad2a56d63e7f59473f31708358a4b65d2a5e3;hp=b786393f77d9ed6e596de5b63d20b7b1707d9a51;hpb=37659335ac616d7c13bf8bfbb76366424b50ea67;p=fio.git diff --git a/os/os-linux.h b/os/os-linux.h index b786393f..9e708f04 100644 --- a/os/os-linux.h +++ b/os/os-linux.h @@ -247,7 +247,7 @@ static inline int arch_cache_line_size(void) return atoi(size); } -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 statfs s;