mutex: fix other locations where we are not waking within the lock
[fio.git] / io_u.c
diff --git a/io_u.c b/io_u.c
index b54a79c73d98af9bfac5b749d44d3e0e9d9c1273..61d09ba872e9c816ed0f07b8a07c39b32ccb34e0 100644 (file)
--- a/io_u.c
+++ b/io_u.c
@@ -1012,7 +1012,7 @@ out:
        return 0;
 }
 
-static void __io_u_mark_map(unsigned int *map, unsigned int nr)
+static void __io_u_mark_map(uint64_t *map, unsigned int nr)
 {
        int idx = 0;