X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=filesetup.c;h=06b7d7fc845cb9f041c03b16f983ffb564443896;hp=64da8bb825e27732529ef69816f215a35a45d62f;hb=1ccc6dc75b28ef70cd7a8c39ac8c1cb68c720a65;hpb=15a6f166ed6fe0f221539b8ffea55905ed25b440 diff --git a/filesetup.c b/filesetup.c index 64da8bb8..06b7d7fc 100644 --- a/filesetup.c +++ b/filesetup.c @@ -435,7 +435,7 @@ int generic_close_file(struct thread_data fio_unused *td, struct fio_file *f) return ret; } -static int file_lookup_open(struct fio_file *f, int flags) +int file_lookup_open(struct fio_file *f, int flags) { struct fio_file *__f; int from_hash;