t/debug: fix 'fio_debug' declaration
[fio.git] / filesetup.c
index 51efdf768d3068b1ac6a895b03adfaa4678f54c6..212a126b94aed73c83319763298f573051af4413 100644 (file)
@@ -732,7 +732,7 @@ static unsigned long long get_fs_free_counts(struct thread_data *td)
                fm = flist_entry(n, struct fio_mount, list);
                flist_del(&fm->list);
 
-               sz = get_fs_size(fm->base);
+               sz = get_fs_free_size(fm->base);
                if (sz && sz != -1ULL)
                        ret += sz;