Get rid of lockfile callback
[fio.git] / t / axmap.c
index 57c585b6798ae9a3d28b17f5a49a25062590ded4..cc078aa3497f09217f52b73ab9763aa6d9e8a0f3 100644 (file)
--- a/t/axmap.c
+++ b/t/axmap.c
@@ -5,6 +5,7 @@
 #include <unistd.h>
 #include <inttypes.h>
 
+#include "../mutex.h"
 #include "../lib/lfsr.h"
 #include "../lib/axmap.h"
 
@@ -37,7 +38,7 @@ static int test_regular(size_t size, int seed)
        while (size--) {
                uint64_t val;
 
-               if (lfsr_next(&lfsr, &val, osize)) {
+               if (lfsr_next(&lfsr, &val)) {
                        printf("lfsr: short loop\n");
                        err = 1;
                        break;